diff --git a/etc/xdg/xfce4/panel/default.xml b/etc/xdg/xfce4/panel/default.xml
index 068be2a3..3a79911e 100644
--- a/etc/xdg/xfce4/panel/default.xml
+++ b/etc/xdg/xfce4/panel/default.xml
@@ -27,6 +27,7 @@
+
@@ -67,11 +68,8 @@
-
-
-
-
-
+
+
@@ -88,5 +86,6 @@
+
diff --git a/share/themes/Kali-Dark/gtk-3.0/gtk.css b/share/themes/Kali-Dark/gtk-3.0/gtk.css
index e8e1207f..2db93083 100644
--- a/share/themes/Kali-Dark/gtk-3.0/gtk.css
+++ b/share/themes/Kali-Dark/gtk-3.0/gtk.css
@@ -4849,6 +4849,11 @@ popover.emoji-completion .emoji:hover {
box-shadow: inset 0 4px 0 #2777ff;
background: rgba(0, 0, 0, 0.2); }
+/* XFCE4 panel action buttons */
+#XfcePanelWindowWrapper > widget > box > #xfce-panel-button > image {
+ -gtk-icon-style: symbolic;
+ -gtk-icon-transform: scale(0.7); }
+
/* XFCE4 workspace switcher */
wnck-pager {
background-color: #3d4251; }
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 e8e1207f..2db93083 100644
--- a/share/themes/Kali-Light/gtk-3.0/gtk-dark.css
+++ b/share/themes/Kali-Light/gtk-3.0/gtk-dark.css
@@ -4849,6 +4849,11 @@ popover.emoji-completion .emoji:hover {
box-shadow: inset 0 4px 0 #2777ff;
background: rgba(0, 0, 0, 0.2); }
+/* XFCE4 panel action buttons */
+#XfcePanelWindowWrapper > widget > box > #xfce-panel-button > image {
+ -gtk-icon-style: symbolic;
+ -gtk-icon-transform: scale(0.7); }
+
/* XFCE4 workspace switcher */
wnck-pager {
background-color: #3d4251; }
diff --git a/share/themes/Kali-Light/gtk-3.0/gtk.css b/share/themes/Kali-Light/gtk-3.0/gtk.css
index 9fd9b34a..c1e3fe0b 100644
--- a/share/themes/Kali-Light/gtk-3.0/gtk.css
+++ b/share/themes/Kali-Light/gtk-3.0/gtk.css
@@ -4870,6 +4870,11 @@ popover.emoji-completion .emoji:hover {
box-shadow: inset 0 4px 0 #2777ff;
background: #ffffff; }
+/* XFCE4 panel action buttons */
+#XfcePanelWindowWrapper > widget > box > #xfce-panel-button > image {
+ -gtk-icon-style: symbolic;
+ -gtk-icon-transform: scale(0.7); }
+
/* XFCE4 workspace switcher */
wnck-pager {
background-color: white; }