Last active
August 29, 2015 14:00
-
-
Save igstan/11403048 to your computer and use it in GitHub Desktop.
Decluttered UI in Firefox 29
This file contains 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
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); | |
#star-button, | |
#alltabs-button, | |
.tabbrowser-arrowscrollbox .scrollbutton-up, | |
.tabbrowser-arrowscrollbox .scrollbutton-down, | |
#PanelUI-button, | |
#urlbar-go-button, | |
#urlbar-reload-button, | |
#urlbar-stop-button { | |
display: none !important; | |
} |
looking nice :D
Thanks! For anyone else who would like to tinker with the UI, I've used this addon to inspect chrome://browser/content/browser.xul
.
Mac OS X path for userChrome.css
:
~/Library/Application Support/Firefox/Profiles/gdvmfdc5.default/chrome/userChrome.css
Observations:
- the name of the profile directory varies,
gdvmfdc5.default
above - you may have to create the
chrome
directory
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'd appreciate if someone could tell me how to have the forward button always visible.