No image-effects on the indicator-menus

pull/94/head
Simon Steinbeiss 2014-01-31 02:05:03 +01:00
parent 40d7153824
commit 686a0b4007
1 changed files with 4 additions and 0 deletions

View File

@ -34,3 +34,7 @@ XfceHeading {
color: shade(@panel_fg_color, 1.08);
transition: none;
}
.xfce4-panel .menu {
-gtk-image-effect: none;
}