Created
June 1, 2021 19:38
-
-
Save Hamuko/bcfa6c8b4623e312d5ecce1b81cffc50 to your computer and use it in GitHub Desktop.
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
#TabsToolbar { | |
color: white; | |
background: #2a2a2a; | |
} | |
.tab-background { | |
border-radius: 0 !important; | |
margin-block: 0 !important; | |
} | |
.tab-background[multiselected="true"], .tab-background[selected="true"] { | |
background-color: #f9f9f9 !important; | |
} | |
.tabbrowser-tab { | |
border-right: 1px solid #6a6a6a !important; | |
padding-inline: 0 !important; | |
} | |
.titlebar-spacer[type="pre-tabs"], .titlebar-spacer[type="post-tabs"] { | |
width: 20px !important; | |
} | |
.titlebar-spacer[type="pre-tabs"] { | |
border-right: 1px solid #6a6a6a !important; | |
} | |
#tabbrowser-arrowscrollbox::part(scrollbutton-up), #tabbrowser-arrowscrollbox::part(scrollbutton-down) { | |
padding: 0 !important; | |
} | |
#tabbrowser-arrowscrollbox::part(scrollbutton-down) { | |
padding: 0 !important; | |
} | |
#tabbrowser-arrowscrollbox::part(scrollbutton-up) { | |
padding: 0 !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment