From 904aea3e8467fa27c951cb3f124734a67c935581 Mon Sep 17 00:00:00 2001 From: alstjr7375 Date: Tue, 26 Oct 2021 12:01:30 +0900 Subject: [PATCH] Fix: System Default Theme - Navigator toolbox background at mac's lwtheme --- userChrome.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/userChrome.css b/userChrome.css index ea3d01a..3d04ea0 100644 --- a/userChrome.css +++ b/userChrome.css @@ -671,7 +671,8 @@ } /*- Toolbar --------------------------------------------------------------*/ - #navigator-toolbox { + :root:not(:-moz-lwtheme) #navigator-toolbox, + :root[lwt-default-theme-in-dark-mode] #navigator-toolbox { appearance: auto !important; }