From 747b8be43c94e1031c6716b31a89ef825c12ad50 Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Tue, 13 Aug 2019 16:22:54 +0300 Subject: [PATCH] Make menubar icons use currentColor --- chrome/dark_additional_windows.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/chrome/dark_additional_windows.css b/chrome/dark_additional_windows.css index dae5469..7c6c7a3 100644 --- a/chrome/dark_additional_windows.css +++ b/chrome/dark_additional_windows.css @@ -20,6 +20,7 @@ tree{ background: transparent !important; } + textbox, richlistbox, treecol, @@ -29,6 +30,9 @@ -moz-appearance: none !important; color: inherit !important; } + + .menubar-left{ fill: currentColor; -moz-context-properties: fill; } + textbox,richlistbox{ background-color: rgba(0,0,0,0.2) !important; } treecol:not([hideheader]){ height: 24px; }