From 20171b99845b00cc1d36c52ff4d6b4f2b5fb1383 Mon Sep 17 00:00:00 2001 From: alstjr7375 Date: Tue, 25 Jan 2022 14:51:58 +0900 Subject: [PATCH] Fix: Mac - `#navigator-toolbox` background color for custom #323 --- userChrome.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/userChrome.css b/userChrome.css index 30d69ca..a29095e 100644 --- a/userChrome.css +++ b/userChrome.css @@ -790,7 +790,7 @@ menu[disabled="true"] { /*- Toolbar ----------------------------------------------------------------*/ :root:not(:-moz-lwtheme) #navigator-toolbox, :root[lwt-default-theme-in-dark-mode] #navigator-toolbox { - appearance: auto !important; + background-color: var(--mac-bgcolor) !important; } :root:not(:-moz-lwtheme) #titlebar {