Skip to content

Instantly share code, notes, and snippets.

@morsik
Created December 17, 2011 18:12
Show Gist options
  • Save morsik/1490915 to your computer and use it in GitHub Desktop.
Save morsik/1490915 to your computer and use it in GitHub Desktop.
Firefox Small Simple Tabs
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
.tabbrowser-tab .tab-text {
margin: 0 !important;
margin-top: 4px !important;
padding: 0 !important;
}
.tabbrowser-tabs {
margin: 0 !important;
margin-top: -3px !important;
padding: 0 !important;
max-height: 23px !important;
}
.tabbrowser-tab {
margin: 0 !important;
padding: 0 2px !important;
border: none !important;
border-left: 1px solid #777 !important;
background: #333 !important;
color: #ccc !important;
-moz-border-radius: 0 !important;
}
.tabbrowser-tab[selected="true"] {
background: #555 !important;
color: white !important;
}
@morsik
Copy link
Author

morsik commented Jun 8, 2013

Probably doesn't work anymore with current FX :P

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment