summaryrefslogtreecommitdiff
path: root/desktop-themes/TraditionalOk
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2017-08-17 19:09:56 +0200
committerraveit65 <[email protected]>2017-08-17 19:11:03 +0200
commit0b744263d8cdd8d6de9cc86ea605659dd5ea462f (patch)
tree59238dbc5a0537a911abaeccfc2c15052688be01 /desktop-themes/TraditionalOk
parent1e42e42971e346272d00595a531c8d136839bd4d (diff)
downloadmate-themes-0b744263d8cdd8d6de9cc86ea605659dd5ea462f.tar.bz2
mate-themes-0b744263d8cdd8d6de9cc86ea605659dd5ea462f.tar.xz
Gtk+-3.20 TRAD themes: fix color of grey-out arrows in menus
Fixes https://github.com/mate-desktop/mate-themes/issues/191
Diffstat (limited to 'desktop-themes/TraditionalOk')
-rw-r--r--desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css
index bf0d8461..10981383 100644
--- a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css
@@ -2657,6 +2657,12 @@ menu > menuitem:hover menu > menuitem:hover menu > menuitem:hover menu > menuite
color: @menubar_menuitem_hover_color;
}
+menu > menuitem:disabled > arrow,
+.menu > menuitem:disabled > arrow {
+ color: mix (@menu_fg_color, @menu_bg_color, 0.6);
+ -gtk-icon-shadow: none;
+}
+
/* scroll arrows */
menu > arrow,
.menu > arrow {