[gnome-themes-standard] widgets: don't set background-color for all widgets



commit d93b6f3da922782ed56e36d42743b6c4366d7463
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Tue Feb 7 12:30:17 2012 -0500

    widgets: don't set background-color for all widgets
    
    Widgets that want to have a different background will set it in their
    selector, and we can move this universal selector to GtkWindow itself.
    This also has the nice side-effect of fixing the background of some
    applications such as Gucharmap and Evolution.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=669499

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets.css b/themes/Adwaita/gtk-3.0/gtk-widgets.css
index 4984647..6ea2032 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets.css
@@ -50,6 +50,7 @@
 
 GtkWindow {
     color: @theme_fg_color;
+    background-color: @theme_bg_color;
 }
 
 GtkWindow:backdrop {
@@ -59,7 +60,6 @@ GtkWindow:backdrop {
 * {
     /* inherit the color from parent by default */
     color: inherit;
-    background-color: @theme_bg_color;
 }
 
 *:selected,



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