some menu fixes

This commit is contained in:
Sam Hewitt
2016-03-16 20:38:41 -04:00
parent 41dd44e8a2
commit 4b17621177

View File

@@ -51,7 +51,7 @@
.content-view .menu .menuitem:active, .content-view .menu .menuitem:active,
.content-view .menu .menuitem:hover { .content-view .menu .menuitem:hover {
background-color: @selection; background-color: @selection;
color: @text; color: @selection_foreground;
} }
/* Menu Item */ /* Menu Item */
@@ -158,6 +158,10 @@
color: @text; color: @text;
} }
.menuitem:hover GtkLabel {
color: @selection_foreground;
}
/* Menu Text */ /* Menu Text */
.menuitem GtkLabel:insensitive { .menuitem GtkLabel:insensitive {
color: @insensitive_text; color: @insensitive_text;