Skip to content

Instantly share code, notes, and snippets.

@patleeman
Last active February 14, 2019 14:00
Show Gist options
  • Save patleeman/4c4dbb69c7fd3e836d213703e8250eb7 to your computer and use it in GitHub Desktop.
Save patleeman/4c4dbb69c7fd3e836d213703e8250eb7 to your computer and use it in GitHub Desktop.
Firefox userChrome.css for use with treestyletabs
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
/* to hide the native tabs */
.toolbar-items {
visibility: collapse;
}
/* to hide the sidebar header */
#sidebar-header {
visibility: collapse;
}
/* move nav panel in slightly to prevent covering macOS window
controls */
/* #nav-bar-customization-target {
padding-left: 100px;
} */
/* Hide navigation buttons in context menu. */
#context-back image,
#context-forward image,
#context-reload image,
#context-stop image,
#context-bookmarkpage image,
#context-navigation,
#context-sep-navigation {
display:none !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment