Skip to content

Instantly share code, notes, and snippets.

@wilfreddenton
Created October 30, 2018 00:55
Show Gist options
  • Save wilfreddenton/22d3c9a7fff29566648baa43cd072e09 to your computer and use it in GitHub Desktop.
Save wilfreddenton/22d3c9a7fff29566648baa43cd072e09 to your computer and use it in GitHub Desktop.
@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