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



commit 970dcadeb8847b7792bfd6b3ab38d83651f1f6c7
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Tue Feb 7 17:19:48 2012 -0500

    Revert "widgets: don't set background-color for all widgets"
    
    This breaks too many things to be done at this point.
    
    This reverts commit d93b6f3da922782ed56e36d42743b6c4366d7463.

 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 2f95215..5bc4e3e 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets.css
@@ -50,7 +50,6 @@
 
 GtkWindow {
     color: @theme_fg_color;
-    background-color: @theme_bg_color;
 }
 
 GtkWindow:backdrop {
@@ -60,6 +59,7 @@ 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]