27 lines
589 B
CSS
27 lines
589 B
CSS
@import 'colors_private.css';
|
|
@import 'colors_container.css';
|
|
|
|
/* Padding */
|
|
#TabsToolbar {
|
|
min-height: 52px !important;
|
|
}
|
|
|
|
/* Hide spacer */
|
|
#alltabs-button,
|
|
.titlebar-spacer[type="pre-tabs"] {
|
|
display: none !important;
|
|
}
|
|
|
|
/* Container Color overrides */
|
|
:root:has(.tabbrowser-tab[selected][class*="identity-color-"]), .tabbrowser-tab:has(.tabbrowser-tab[selected][class*="identity-color-"]) {
|
|
menupopup, panel, .tabbrowser-tab, .browser-toolbar {
|
|
color: white !important;
|
|
color-scheme: dark !important;
|
|
}
|
|
|
|
#navigator-toolbox {
|
|
border-bottom: none !important;
|
|
}
|
|
}
|
|
|