Created
October 30, 2018 00:55
-
-
Save wilfreddenton/22d3c9a7fff29566648baa43cd072e09 to your computer and use it in GitHub Desktop.
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"); | |
/* to hide the native tabs */ | |
#TabsToolbar { | |
visibility: collapse; | |
} | |
/* #tabbrowser-tabs, #navigator-toolbox, menuitem, menu, ... */ | |
* { | |
font-size: 14px !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment