Last active
November 15, 2017 04:21
-
-
Save 0x4a/aa7c282b47ba9d5cd32d4bb1e7c39b57 to your computer and use it in GitHub Desktop.
Firefox 57 Interface Tweaks
This file contains hidden or 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
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); | |
.tab-background { | |
background-attachment: none!important; | |
background-color: #cccdcf!important; | |
background-image: none!important; | |
} | |
.tab-background[selected="true"] { | |
background-attachment: none!important; | |
background-color: #F5F6F7!important; | |
background-image: none!important; | |
} | |
.tab-line { display: none !important; } | |
/* | |
.tabbrowser-arrowscrollbox > .scrollbutton-up, .tabbrowser-arrowscrollbox > .scrollbutton-down { | |
display: none; | |
} | |
*/ | |
.tabbrowser-tab > .tab-stack > .tab-content[pinned][titlechanged] { | |
background-position: center bottom !important; | |
background-size: 8px !important; | |
background-image: none !important; | |
background: -moz-linear-gradient(top, rgba(204,205,207,0) 80%, rgba(68,68,68,0.0) 86%, rgba(68,68,68,1) 95%) !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment