summaryrefslogtreecommitdiff
path: root/desktop-themes
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-02-10 20:30:42 +0100
committerraveit65 <[email protected]>2015-02-10 20:30:42 +0100
commit713494832502bdff21b297606fa0361dccc03266 (patch)
treec438f0835fea8b4fcbd8525890670d9547cc29e5 /desktop-themes
parent2f6a582c5be9d94e64c0a73b4a4ad2c5ba0ee7e8 (diff)
downloadmate-themes-713494832502bdff21b297606fa0361dccc03266.tar.bz2
mate-themes-713494832502bdff21b297606fa0361dccc03266.tar.xz
ContrastHigh GTK3: fix menu item hover borders
Diffstat (limited to 'desktop-themes')
-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;
}