Created
May 14, 2020 09:59
-
-
Save b3n10/e6827aac5625dde42b547edd0ab93646 to your computer and use it in GitHub Desktop.
userChrome.css
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"); /* only needed once */ | |
* { | |
font-size: 14px; | |
} | |
#toolbar-menubar, | |
#toggle_toolbar-menubar, | |
/*#toolbar-context-menu,*/ | |
#PanelUI-help, | |
:-moz-any(menuitem,toolbarbutton)[oncommand="safeModeRestart();"] { | |
display: none!important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment