Initial upload

This commit is contained in:
2024-11-28 19:40:57 -06:00
commit adc4f74b7f
7 changed files with 200 additions and 0 deletions

26
chrome/bkspl/windows.css Normal file
View 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;
}
}