[gnome-themes-standard] Fix background color for buttons in menus



commit b1c66dc21981f2f0732fefa4d31ed857151329b8
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Wed Jul 4 19:16:45 2012 -0400

    Fix background color for buttons in menus

 themes/Adwaita/gtk-2.0/gtkrc |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/themes/Adwaita/gtk-2.0/gtkrc b/themes/Adwaita/gtk-2.0/gtkrc
index cadd3b4..0364d53 100755
--- a/themes/Adwaita/gtk-2.0/gtkrc
+++ b/themes/Adwaita/gtk-2.0/gtkrc
@@ -568,6 +568,8 @@ style "menu"
 	GtkMenuItem::arrow-scaling	= 0.4
 
 	bg[NORMAL]	= shade (1.08, @bg_color)
+        bg[INSENSITIVE] = @base_color
+        bg[PRELIGHT]    = @base_color
 
 	engine "pixmap"	# For menus that use horizontal lines rather than gtkseparator
 	{



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]