From 60a30f108539e5d3e17cfdea7c8dc3e0186d072c Mon Sep 17 00:00:00 2001
From: Megax <megax@yeahunter.hu>
Date: Mon, 31 Oct 2016 21:44:48 +0100
Subject: [PATCH] * Fixed xfce4 code.

---
 src/gtk-3.20/scss/apps/_xfce.scss | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/src/gtk-3.20/scss/apps/_xfce.scss b/src/gtk-3.20/scss/apps/_xfce.scss
index a710f2d..4300474 100644
--- a/src/gtk-3.20/scss/apps/_xfce.scss
+++ b/src/gtk-3.20/scss/apps/_xfce.scss
@@ -20,5 +20,11 @@
         font: inherit;
 
         button { @extend %panelbutton; }
+
+        menu {
+            -gtk-icon-effect: none;
+
+            text-shadow: none;
+        }
     }
 }