From 0f23af615ef05f49318ce846a09ca4e501c2f7ea Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Sat, 18 Jun 2022 11:03:52 +0300 Subject: [PATCH] add -moz-context-properties unconditionally to fallback window controls Without it, the icons won't show up if one uses theme with background image --- chrome/window_control_fallback_for_custom_windows_theme.css | 1 + 1 file changed, 1 insertion(+) diff --git a/chrome/window_control_fallback_for_custom_windows_theme.css b/chrome/window_control_fallback_for_custom_windows_theme.css index 6e0e177..1b7bfe0 100644 --- a/chrome/window_control_fallback_for_custom_windows_theme.css +++ b/chrome/window_control_fallback_for_custom_windows_theme.css @@ -5,6 +5,7 @@ See the above repository for updates as well as full license text. */ .titlebar-button{ background-color: transparent !important; + -moz-context-properties: stroke !important; stroke: currentColor !important; } .titlebar-button:hover{ background-color: hsla(0,0%,100%,.32) !important }