From d699c63d8e08fc5fc4ef20096662655f65ae954c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ruiz=20de=20Alegr=C3=ADa?= Date: Tue, 7 Sep 2021 18:08:58 +0200 Subject: [PATCH] GTK3: Remove icon scale to xfce power widget --- src/themes/Kali/sass/gtk3/_applications.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/themes/Kali/sass/gtk3/_applications.scss b/src/themes/Kali/sass/gtk3/_applications.scss index 4673d116..5c13d0f7 100644 --- a/src/themes/Kali/sass/gtk3/_applications.scss +++ b/src/themes/Kali/sass/gtk3/_applications.scss @@ -171,8 +171,7 @@ list.tweak-categories separator { } /* XFCE4 panel action & battery buttons */ -#XfcePanelWindowWrapper > widget > box > #xfce-panel-button > image, -#xfce4-power-manager-plugin > box > image { +#XfcePanelWindowWrapper > widget > box > #xfce-panel-button > image { -gtk-icon-style: symbolic; -gtk-icon-transform: scale(.7); }