some menu fixes
This commit is contained in:
parent
41dd44e8a2
commit
4b17621177
|
@ -51,7 +51,7 @@
|
|||
.content-view .menu .menuitem:active,
|
||||
.content-view .menu .menuitem:hover {
|
||||
background-color: @selection;
|
||||
color: @text;
|
||||
color: @selection_foreground;
|
||||
}
|
||||
|
||||
/* Menu Item */
|
||||
|
@ -158,6 +158,10 @@
|
|||
color: @text;
|
||||
}
|
||||
|
||||
.menuitem:hover GtkLabel {
|
||||
color: @selection_foreground;
|
||||
}
|
||||
|
||||
/* Menu Text */
|
||||
.menuitem GtkLabel:insensitive {
|
||||
color: @insensitive_text;
|
||||
|
|
Loading…
Reference in New Issue