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

@ -33,4 +33,8 @@ XfceHeading {
background-image: none;
color: shade(@panel_fg_color, 1.08);
transition: none;
}
.xfce4-panel .menu {
-gtk-image-effect: none;
}