summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2012-08-17 16:53:32 +0200
committerCosimo Cecchi <cosimoc@gnome.org>2012-08-17 17:05:45 +0200
commit6be8fbe05eed68583b335da228b4eb5a7ff069dc (patch)
tree9245f44a94ff7cab25848d74d06ff60196c54844
parenta77007b5fe9df7c108c61bd5b12b09d14b43523e (diff)
downloadgnome-themes-standard-6be8fbe05eed68583b335da228b4eb5a7ff069dc.tar.gz
viewport: fix background color for viewports inside notebooks
As seen in e.g. Gimp.
-rwxr-xr-xthemes/Adwaita/gtk-2.0/gtkrc6
1 files changed, 6 insertions, 0 deletions
diff --git a/themes/Adwaita/gtk-2.0/gtkrc b/themes/Adwaita/gtk-2.0/gtkrc
index d023ef84..4879757d 100755
--- a/themes/Adwaita/gtk-2.0/gtkrc
+++ b/themes/Adwaita/gtk-2.0/gtkrc
@@ -1729,6 +1729,11 @@ style "inline_toolbar"
}
}
+style "notebook_viewport"
+{
+ bg[NORMAL] = @base_color
+}
+
style "tooltips"
{
xthickness = 8
@@ -1804,6 +1809,7 @@ widget_class "*<GtkFileChooserDefault>*<GtkToolbar>*<GtkButton>" style "button_n
widget_class "*<GtkComboBoxEntry>*<GtkEntry>" style "combobox_entry"
widget_class "*<GtkComboBoxEntry>*<GtkButton>" style "combobox_entry_button"
widget_class "*<GtkInfoBar>*<GtkButton>" style "button_nohilight"
+widget_class "*<GtkNotebook>*<GtkScrolledWindow>*<GtkViewport>" style "notebook_viewport"
widget_class "*Chrom*Button*" style "button"