Skip to content

Instantly share code, notes, and snippets.

@Hamuko
Created June 1, 2021 19:38
Show Gist options
  • Save Hamuko/bcfa6c8b4623e312d5ecce1b81cffc50 to your computer and use it in GitHub Desktop.
Save Hamuko/bcfa6c8b4623e312d5ecce1b81cffc50 to your computer and use it in GitHub Desktop.
#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