Created
December 26, 2020 11:33
-
-
Save itsuart/39fac233deec4f1d4d99accba630cbc9 to your computer and use it in GitHub Desktop.
Firefox find bar on top
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. Firefox, help->troubleshooting information->profile folder: open folder | |
2. create chrome/userChrome.css with following content: | |
.browserContainer > findbar { | |
-moz-box-ordinal-group: 0; | |
} | |
3. Firefox, about:config, enable toolkit.legacyUserProfileCustomizations.stylesheets | |
4. restart ff |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment