[gnome-themes-standard] gtk2: fix white frame around spinbuttons in gray notebooks



commit fbb8f5b752b20509fef90a527751e2dc9f677043
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Wed Sep 12 15:19:09 2012 -0400

    gtk2: fix white frame around spinbuttons in gray notebooks

 themes/Adwaita/gtk-2.0/gtkrc |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/themes/Adwaita/gtk-2.0/gtkrc b/themes/Adwaita/gtk-2.0/gtkrc
index 76bb0fd..b0334e2 100755
--- a/themes/Adwaita/gtk-2.0/gtkrc
+++ b/themes/Adwaita/gtk-2.0/gtkrc
@@ -1126,6 +1126,8 @@ style "combobox_entry_button"
 
 style "spinbutton"
 {
+  bg[NORMAL] = @bg_color
+
   xthickness	= 3
   ythickness	= 4
 
@@ -1942,7 +1944,8 @@ widget_class "*<GtkNotebook>*<GtkScrolledWindow>*<GtkViewport>"  style "notebook
 # something else in the middle that draws gray again
 widget_class "*<GtkNotebook>*<GtkEntry>"                style "notebook_entry"
 widget_class "*<GtkNotebook>*<GtkSpinButton>"           style "notebook_spinbutton"
-widget_class "*<GtkNotebook>*<GtkEventBox>*<GtkEntry>"  style "entry"
+widget_class "*<GtkNotebook>*<GtkEventBox>*<GtkEntry>"       style "entry"
+widget_class "*<GtkNotebook>*<GtkEventBox>*<GtkSpinButton>"  style "spinbutton"
 
 # We also need to avoid changing fg color for the inactive notebook tab labels
 widget_class "*<GtkNotebook>.<GtkLabel>"                style "notebook_tab_label"



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