Fixed a few oddities.
This commit is contained in:
@@ -21,15 +21,42 @@
|
||||
***************/
|
||||
|
||||
.menu-button {
|
||||
color: @text;
|
||||
}
|
||||
|
||||
.menu-button .menu,
|
||||
.menu-button .menu GtkLabel {
|
||||
color: @text;
|
||||
}
|
||||
|
||||
.menu-button .menu:backdrop GtkLabel,
|
||||
.menu-button .menuitem:backdrop GtkLabel {
|
||||
color: @backdrop_text;
|
||||
}
|
||||
|
||||
.menu-button .menu:insensitive GtkLabel,
|
||||
.menu-button .menuitem:insensitive GtkLabel {
|
||||
color: @insensitive_text;
|
||||
}
|
||||
|
||||
.menu-button .menu .accelerator,
|
||||
.menu-button .menu .accelerator:insensitive,
|
||||
.menu-button .menuitem .accelerator,
|
||||
.menu-button .menuitem .accelerator:insensitive
|
||||
.menu-button .menu .menuitem .accelerator,
|
||||
.menu-button .menu .menuitem .accelerator:insensitive {
|
||||
color: @insensitive_text;
|
||||
}
|
||||
|
||||
.menu-button.separator {
|
||||
color: @separator;
|
||||
}
|
||||
|
||||
.menu-button:hover {
|
||||
}
|
||||
|
||||
.menu-button:insensitive {
|
||||
color: @insensitive_text;
|
||||
}
|
||||
|
||||
.menu-button:hover,
|
||||
|
Reference in New Issue
Block a user