summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css30
1 files changed, 13 insertions, 17 deletions
diff --git a/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css b/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css
index 4634a8d4..7eda046f 100644
--- a/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css
@@ -501,38 +501,34 @@ GtkComboBox .button {
/*********
* Menus *
*********/
+.menu {
+ border-style: solid;
+ border-color: @theme_fg_color;
+ border-width: 1px;
+
+ color: @theme_fg_color;
+}
+
.menuitem {
color: @theme_fg_color;
+ background-color: transparent;
}
.menuitem:insensitive {
color: @theme_button_insensitive_fg;
}
-.menubar .menuitem {
- padding: 3px 5px;
-}
-
-.menubar .menuitem:hover {
- background-color: @theme_active_color;
+.menuitem:hover {
color: @theme_base_color;
+ background-color: @theme_active_color;
}
.menu .menuitem {
padding: 4px;
}
-.menu .menuitem:hover {
- background-color: @theme_active_color;
- color: @theme_base_color;
-}
-
-.menu {
- border-style: solid;
- border-color: @theme_fg_color;
- border-width: 1px;
-
- color: @theme_fg_color;
+.menubar .menuitem {
+ padding: 3px 5px;
}
.menuitem.separator {