From 3a543ab71fe56f16a2135dcc7cad21b13149dc3e Mon Sep 17 00:00:00 2001
From: Megax <megax@yeahunter.hu>
Date: Thu, 9 Jun 2016 18:01:47 +0200
Subject: [PATCH] * Fixed #466

---
 gtk-3.20/scss/apps/_xfce.scss | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gtk-3.20/scss/apps/_xfce.scss b/gtk-3.20/scss/apps/_xfce.scss
index c78be0a..1799357 100644
--- a/gtk-3.20/scss/apps/_xfce.scss
+++ b/gtk-3.20/scss/apps/_xfce.scss
@@ -19,8 +19,8 @@
 
         font: normal;
 
-        .button { @extend %panelbutton; }
+        button { @extend %panelbutton; }
 
-        .menu { -gtk-icon-effect: none; }
+        menu, .menu { -gtk-icon-effect: none; }
     }
 }