Skip to content

Instantly share code, notes, and snippets.

@dfeng
Created June 18, 2015 13:35
Show Gist options
  • Select an option

  • Save dfeng/17014ed23b4e32babc40 to your computer and use it in GitHub Desktop.

Select an option

Save dfeng/17014ed23b4e32babc40 to your computer and use it in GitHub Desktop.
Custom Chrome for TreeStyle Tabs
#main-window .tab-close-button { display:none!important; }
#tabbrowser-tabs ~ #alltabs-button { display:none!important; }
.tabbrowser-tabs[treestyletab-mode="vertical"]
.tabbrowser-arrowscrollbox > scrollbox {
overflow-y: hidden !important;
}
/*.tabbrowser-tabs[treestyletab-mode="vertical"]
.tabbrowser-tab {
opacity: 0.85 !important;
}*/
.tabbrowser-strip[treestyletab-mode="vertical"] {
background: transparent !important;
background-color: #121112 !important;
}
#main-window:-moz-window-inactive
.tabbrowser-strip:not([treestyletab-style~="aero"])[treestyletab-mode="vertical"] {
background-color: #121112 !important;
}
.tabbrowser-tabs[treestyletab-mode="vertical"]
.tabbrowser-tab[selected="true"] {
border-top: none !important;
}
.tabbrowser-tabs[treestyletab-mode="vertical"]
.tabbrowser-tab[selected="true"] {
background: #FFF !important;
}
#main-window:-moz-window-inactive
.tabbrowser-tabs[treestyletab-mode="vertical"]
.tabbrowser-tab[selected="true"] {
border-top: none !important;
background: #FFF !important;
}
.tabbrowser-strip[treestyletab-tabbar-position="left"][treestyletab-tabbar-fixed="true"] {
border-right: none !important;
}
tabbrowser[treestyletab-mode="vertical"]
.treestyletab-splitter,
.treestyletab-tabbar-toolbar[treestyletab-mode="vertical"]
.treestyletab-splitter {
width: 0.01px !important;
min-width: 0.01px !important;
background: white !important;
}
#nav-bar * { visibility: visible; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment