Improve gtk3 indicators in xfce-panel

pull/94/head
Simon Steinbeiss 2014-01-29 13:40:51 +01:00
parent 8b0521a0c6
commit 5778dc1baa
1 changed files with 1 additions and 22 deletions

View File

@ -33,25 +33,4 @@ XfceHeading {
background-image: none; background-image: none;
color: shade(@panel_fg_color, 1.08); color: shade(@panel_fg_color, 1.08);
transition: none; transition: none;
} }
/* menu-styling, e.g. for indicators */
.xfce4-panel .menu,
.xfce4-panel .menu GtkLabel,
.xfce4-panel .menu GtkImage {
background-color: @menu_bg_color;
color: @menu_fg_color;
}
.xfce4-panel .menu *:hover {
border-color: shade(@theme_selected_bg_color, 0.9);
background-color: @theme_selected_bg_color;
background-image: none;
color: @theme_selected_fg_color;
}
.xfce4-panel .menu GtkLabel:hover,
.xfce4-panel .menu GtkImage:hover {
background-image: none;
color: @theme_selected_fg_color;
}