From d6bd860a0da6d15a4f6023442f27ec1632538e2f Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Thu, 23 Jul 2020 22:11:58 +0300 Subject: [PATCH] Correctly apply tabs background-color with non-lwtheme on Win10 --- chrome/autohide_toolbox.css | 1 + 1 file changed, 1 insertion(+) diff --git a/chrome/autohide_toolbox.css b/chrome/autohide_toolbox.css index 22c46b8..7bae8f8 100644 --- a/chrome/autohide_toolbox.css +++ b/chrome/autohide_toolbox.css @@ -25,6 +25,7 @@ See the above repository for updates as well as full license text. */ @media screen and (min-resolution: 2dppx){ :root[tabsintitlebar][sizemode="maximized"]:not([inDOMFullscreen]) > body > box{ margin-top: 7px !important; } } + #navigator-toolbox:not(:-moz-lwtheme){ background-color: rgb(32, 35, 64) !important; } } :root[sizemode="fullscreen"]{ margin-top: 0px !important; }