Created
April 30, 2014 13:18
-
-
Save myfonj/d7d5590f8ecad02e7d73 to your computer and use it in GitHub Desktop.
FF 29 square tabs quick'nDirty
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
§ `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