summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css31
1 files changed, 19 insertions, 12 deletions
diff --git a/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css b/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css
index c2917bdf..146fc78a 100644
--- a/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css
@@ -461,11 +461,20 @@ GtkComboBox .button {
* Menus *
*********/
-.menuitem {
+.menu {
+ border-style: solid;
+ border-color: @theme_fg_color;
+ border-width: 1px;
+ color: @theme_fg_color;
+}
+
+.menuitem,
+.menu .menuitem {
color: @theme_fg_color;
}
-.menuitem:insensitive {
+.menuitem:insensitive,
+.menu .menuitem:insensitive {
color: @theme_button_insensitive_fg;
border-style: solid;
border-left-color: @theme_fg_color;
@@ -480,8 +489,8 @@ GtkComboBox .button {
}
.menubar .menuitem:hover {
+ color: @theme_fg_color;
background-color: @theme_active_color;
- color: @theme_base_color;
}
.menu .menuitem {
@@ -489,19 +498,17 @@ GtkComboBox .button {
}
.menu .menuitem:hover {
+ color: @theme_fg_color;
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;
+ border-left-width: 1px;
+ border-right-width: 1px;
+ border-left-color: @theme_fg_color;
+ border-right-color: @theme_fg_color;
}
-.menuitem.separator {
+.menuitem.separator,
+.menu .menuitem.separator {
-GtkMenuItem-horizontal-padding: 0;
}