some menu fixes
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user