Skip to content

Instantly share code, notes, and snippets.

@SgtPooki
Created January 11, 2018 22:53
Show Gist options
  • Save SgtPooki/3e4143de258563653fc4082b2ac0f886 to your computer and use it in GitHub Desktop.
Save SgtPooki/3e4143de258563653fc4082b2ac0f886 to your computer and use it in GitHub Desktop.
Tree Style Tab - top tab bar removal
#TabsToolbar {
visibility: collapse !important;
}
#main-window[tabsintitlebar]:not([sizemode="fullscreen"]) #TabsToolbar:not([collapsed="true"]) + #nav-bar:not(:-moz-lwtheme) {
background-clip: padding-box;
position: relative;
z-index: 1;
padding-left: 67px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment