From fc7b95c03796de692a5fe1decb16a64a936511ca Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Sun, 24 Mar 2024 07:30:32 +0200 Subject: [PATCH] Remove background-image from titlebar-button > image drawn by firefox Nowadays the icon is drawn as background-image, not list-style-image --- chrome/window_control_force_linux_system_style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/chrome/window_control_force_linux_system_style.css b/chrome/window_control_force_linux_system_style.css index e316f90..1f67efe 100644 --- a/chrome/window_control_force_linux_system_style.css +++ b/chrome/window_control_force_linux_system_style.css @@ -7,7 +7,9 @@ See the above repository for updates as well as full license text. */ list-style-image: none !important; appearance: auto !important; } - +.titlebar-button > .toolbarbutton-icon{ + background: none !important; +} .titlebar-min { -moz-default-appearance: -moz-window-button-minimize !important; }