Skip to content

Instantly share code, notes, and snippets.

@myfonj
Created April 30, 2014 13:18
Show Gist options
  • Save myfonj/d7d5590f8ecad02e7d73 to your computer and use it in GitHub Desktop.
Save myfonj/d7d5590f8ecad02e7d73 to your computer and use it in GitHub Desktop.
FF 29 square tabs quick'nDirty
/*
§ `sharp` corners
*/
.arrowscrollbox-scrollbox {
-moz-padding-start: 0 !important;
}
.tab-background-middle,
.tab-background {
-moz-margin-start: 0;
-moz-margin-end: 0;
border-radius: 5px 5px 0 0;
}
.tab-background-middle {
border-right-style: none;
border-left-style: none;
}
.tab-background-end,
.tab-background-start {
visibility: collapse;
}
.tabbrowser-tab:hover > .tab-stack > .tab-background:not([selected=true]),
.tabs-newtab-button:hover {
background-image: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment