From 81f195f7e4cf443371ce465ea2936aa2a4ce7709 Mon Sep 17 00:00:00 2001 From: BlaCk_Void Date: Wed, 11 Aug 2021 21:34:06 +0900 Subject: [PATCH] Fix: new tab button icon color set to currentColor #132 --- userChrome.css | 1 + 1 file changed, 1 insertion(+) diff --git a/userChrome.css b/userChrome.css index 195d963..95d0623 100644 --- a/userChrome.css +++ b/userChrome.css @@ -79,6 +79,7 @@ :root[tabsintitlebar]:not(:-moz-window-inactive, :-moz-lwtheme) .toolbar-items, :root[tabsintitlebar][lwt-default-theme-in-dark-mode]:not(:-moz-window-inactive) .toolbar-items { + --toolbarbutton-icon-fill: currentColor; --toolbarbutton-hover-background: color-mix(in srgb, -moz-accent-color-foreground 10%, transparent); --toolbarbutton-active-background: color-mix(in srgb, -moz-accent-color-foreground 15%, transparent); }