Skip to content

Instantly share code, notes, and snippets.

@1v
Created May 6, 2014 13:37
Show Gist options
  • Save 1v/329d7a7e7fb1eafcb224 to your computer and use it in GitHub Desktop.
Save 1v/329d7a7e7fb1eafcb224 to your computer and use it in GitHub Desktop.
@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
.tabbrowser-tab {
background-color: rgba(255, 255, 255, 0.0) !important;
margin-top: -1px !important;
}
.tabbrowser-tab[selected="true"] {
height: 26px !important;
margin-top: -1px !important;
background-color: rgba(255, 255, 255, 0.0) !important;
}
.tabbrowser-tabs {
background-color: rgba(212, 208, 200, 1.0) !important;
}
.tabs-newtab-button {
height: 26px !important;
margin-top: -1px !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment