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 }