Skip to content

Instantly share code, notes, and snippets.

@SgtPooki
Created January 11, 2018 22:53
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
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