From f556e2ad42d28188676a0eca494f0d40ff4f70d5 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sun, 27 Oct 2013 16:22:42 +0100 Subject: ContrastHigh: fix insensitive menu items --- .../ContrastHigh/gtk-3.0/gtk-widgets.css | 30 ++++++++++------------ 1 file changed, 13 insertions(+), 17 deletions(-) (limited to 'desktop-themes/ContrastHigh/gtk-3.0') 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 { -- cgit v1.2.1