From 686a0b400757afc0fa14e18016740d307ad8ca54 Mon Sep 17 00:00:00 2001 From: Simon Steinbeiss Date: Fri, 31 Jan 2014 02:05:03 +0100 Subject: [PATCH] No image-effects on the indicator-menus --- gtk-3.0/apps/xfce.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gtk-3.0/apps/xfce.css b/gtk-3.0/apps/xfce.css index 3cb0510..0b1c46e 100644 --- a/gtk-3.0/apps/xfce.css +++ b/gtk-3.0/apps/xfce.css @@ -33,4 +33,8 @@ XfceHeading { background-image: none; color: shade(@panel_fg_color, 1.08); transition: none; +} + +.xfce4-panel .menu { + -gtk-image-effect: none; } \ No newline at end of file