mirror of
https://github.com/encounter/numix-blue-gtk-theme.git
synced 2026-07-10 12:18:49 -07:00
Improve gtk3 indicators in xfce-panel
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user