From ec9421f82d922b7293ffd45a47f7abdee80038c6 Mon Sep 17 00:00:00 2001 From: piousdeer <31318219+piousdeer@users.noreply.github.com> Date: Fri, 24 Nov 2023 14:16:16 +0700 Subject: [PATCH] sidebar: Set background on #sidebar-box instead of #sidebar For consistency with the Mozilla stylesheet --- theme/parts/sidebar.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/theme/parts/sidebar.css b/theme/parts/sidebar.css index dcbe5ca..e5c301d 100644 --- a/theme/parts/sidebar.css +++ b/theme/parts/sidebar.css @@ -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 {