Improve gtk3 indicators in xfce-panel
parent
8b0521a0c6
commit
5778dc1baa
|
@ -34,24 +34,3 @@ XfceHeading {
|
|||
color: shade(@panel_fg_color, 1.08);
|
||||
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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue