From aec3be009884366465fd5535e313ea07bad9f8f3 Mon Sep 17 00:00:00 2001 From: Rafael Mardojai CM Date: Wed, 22 Nov 2023 10:53:40 -0500 Subject: [PATCH] csd: Fix window cotrols background Fixes #701 --- theme/parts/csd.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme/parts/csd.css b/theme/parts/csd.css index 16fb51f..0405c30 100644 --- a/theme/parts/csd.css +++ b/theme/parts/csd.css @@ -117,7 +117,7 @@ :root[tabsintitlebar][inFullscreen] #window-controls toolbarbutton { -moz-appearance: none !important; padding: 0 2px !important; - background: var(--gnome-button-background); + background: var(--gnome-button-background) !important; transition: background 0.3s; }