Initial upload
This commit is contained in:
26
chrome/bkspl/windows.css
Normal file
26
chrome/bkspl/windows.css
Normal file
@ -0,0 +1,26 @@
|
||||
@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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user