From a91c5d56d0f47a275fdeec9427fb95eebc67c130 Mon Sep 17 00:00:00 2001 From: Csaba Jakosa Date: Fri, 10 Jun 2016 01:05:05 +0200 Subject: [PATCH] * Fixed #466 (#478) --- 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; } } }