From 2519e685aa2f3b3a7f607ece63bd99b10e352c77 Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Sat, 14 Aug 2021 14:54:21 +0300 Subject: [PATCH] add background to the toolbox if -lwtheme is not in use Practically this means that if white variant of system theme is used then tabs toolbar background is set to very light gray --- chrome/tabs_on_bottom.css | 1 + 1 file changed, 1 insertion(+) diff --git a/chrome/tabs_on_bottom.css b/chrome/tabs_on_bottom.css index 6601c6b..0265eea 100644 --- a/chrome/tabs_on_bottom.css +++ b/chrome/tabs_on_bottom.css @@ -58,3 +58,4 @@ linux_gtk_window_control_patch.css toolbox#navigator-toolbox > toolbar#nav-bar.browser-toolbar{ animation: none; } #navigator-toolbox:hover #TabsToolbar{ animation: slidein ease-out 48ms 1 } #TabsToolbar > .titlebar-buttonbox-container{ visibility: visible } +#navigator-toolbox:not(:-moz-lwtheme){ background-color: -moz-dialog }