Skip to content

Instantly share code, notes, and snippets.

@pvik
Created September 11, 2018 22:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pvik/8252a50d3f0ac85bb65e2cf2c64facc2 to your computer and use it in GitHub Desktop.
Save pvik/8252a50d3f0ac85bb65e2cf2c64facc2 to your computer and use it in GitHub Desktop.
Firefox Customization - userChrome.css
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
/* to hide the native tabs */
#TabsToolbar {
visibility: collapse;
}
/* to hide the sidebar header */
#sidebar-header {
visibility: collapse;
}
* {
font-family: "Hack";
}
window {
font-size: 12px !important;
}
menubar, menubutton, menulist, menu, menuitem, textbox, toolbar, tab,
tree, tooltip
{
font-size: 12px !important;
}
#sidebar {
min-width: 100px !important;
background: #bbc2cf;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment