diff --git a/share/themes/Kali-Dark/gtk-3.0/gtk.css b/share/themes/Kali-Dark/gtk-3.0/gtk.css index e13546a6..6bc77c80 100644 --- a/share/themes/Kali-Dark/gtk-3.0/gtk.css +++ b/share/themes/Kali-Dark/gtk-3.0/gtk.css @@ -5804,8 +5804,9 @@ filechooser placessidebar.sidebar row.sidebar-row .sidebar-icon, background-color: rgba(0, 0, 0, 0.27); color: inherit; } -/* XFCE4 panel action buttons */ -#XfcePanelWindowWrapper > widget > box > #xfce-panel-button > image { +/* XFCE4 panel action & battery buttons */ +#XfcePanelWindowWrapper > widget > box > #xfce-panel-button > image, +#xfce4-power-manager-plugin > box > image { -gtk-icon-style: symbolic; -gtk-icon-transform: scale(0.7); } diff --git a/share/themes/Kali-Light/gtk-3.0/gtk-dark.css b/share/themes/Kali-Light/gtk-3.0/gtk-dark.css index e13546a6..6bc77c80 100644 --- a/share/themes/Kali-Light/gtk-3.0/gtk-dark.css +++ b/share/themes/Kali-Light/gtk-3.0/gtk-dark.css @@ -5804,8 +5804,9 @@ filechooser placessidebar.sidebar row.sidebar-row .sidebar-icon, background-color: rgba(0, 0, 0, 0.27); color: inherit; } -/* XFCE4 panel action buttons */ -#XfcePanelWindowWrapper > widget > box > #xfce-panel-button > image { +/* XFCE4 panel action & battery buttons */ +#XfcePanelWindowWrapper > widget > box > #xfce-panel-button > image, +#xfce4-power-manager-plugin > box > image { -gtk-icon-style: symbolic; -gtk-icon-transform: scale(0.7); } diff --git a/share/themes/Kali-Light/gtk-3.0/gtk.css b/share/themes/Kali-Light/gtk-3.0/gtk.css index 92f2e652..b4a2c83b 100644 --- a/share/themes/Kali-Light/gtk-3.0/gtk.css +++ b/share/themes/Kali-Light/gtk-3.0/gtk.css @@ -5813,8 +5813,9 @@ filechooser placessidebar.sidebar row.sidebar-row .sidebar-icon, background-color: rgba(0, 0, 0, 0.07); color: inherit; } -/* XFCE4 panel action buttons */ -#XfcePanelWindowWrapper > widget > box > #xfce-panel-button > image { +/* XFCE4 panel action & battery buttons */ +#XfcePanelWindowWrapper > widget > box > #xfce-panel-button > image, +#xfce4-power-manager-plugin > box > image { -gtk-icon-style: symbolic; -gtk-icon-transform: scale(0.7); } diff --git a/src/themes/Kali/sass/gtk-sass/_applications.scss b/src/themes/Kali/sass/gtk-sass/_applications.scss index dd426fbd..14f99abc 100644 --- a/src/themes/Kali/sass/gtk-sass/_applications.scss +++ b/src/themes/Kali/sass/gtk-sass/_applications.scss @@ -151,8 +151,9 @@ filechooser, } } -/* XFCE4 panel action buttons */ -#XfcePanelWindowWrapper > widget > box > #xfce-panel-button > image { +/* XFCE4 panel action & battery buttons */ +#XfcePanelWindowWrapper > widget > box > #xfce-panel-button > image, +#xfce4-power-manager-plugin > box > image { -gtk-icon-style: symbolic; -gtk-icon-transform: scale(.7); }