sidebar: Set background on #sidebar-box instead of #sidebar

For consistency with the Mozilla stylesheet
This commit is contained in:
piousdeer 2023-11-24 14:16:16 +07:00 committed by Rafael Mardojai CM
parent 538698cc08
commit ec9421f82d
1 changed files with 4 additions and 4 deletions

View File

@ -2,6 +2,10 @@
@namespace xul "http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul";
#sidebar-box {
background: var(--gnome-sidebar-background) !important;
}
#sidebar-header {
background: var(--gnome-toolbar-background) !important;
border-bottom: 1px solid var(--gnome-toolbar-border-color) !important;
@ -11,10 +15,6 @@
padding: 6px !important;
}
#sidebar {
background: var(--gnome-sidebar-background) !important;
}
#sidebar-box:-moz-window-inactive label, #sidebar-box:-moz-window-inactive image,
.sidebar-panel:-moz-window-inactive label, .sidebar-panel:-moz-window-inactive image,
.sidebar-placesTreechildren:-moz-window-inactive {