[gnome-themes-standard] Revert "widgets: remove generic universal selector"



commit bd51a7c0b0ce7110b7ddd2448022ceb0ce38a6da
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Wed Jan 11 09:57:51 2012 -0500

    Revert "widgets: remove generic universal selector"
    
    Pushed this by accident.
    
    This reverts commit f0c9c463682565b3fd15dd452a937d79bcc5198e.

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets.css b/themes/Adwaita/gtk-3.0/gtk-widgets.css
index 5c0c6f5..40b14a1 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets.css
@@ -48,13 +48,18 @@
 
 GtkWindow {
     color: @theme_fg_color;
-    background-color: @theme_bg_color;
 }
 
 GtkWindow:backdrop {
     color: @theme_unfocused_fg_color;
 }
 
+* {
+    /* inherit the color from parent by default */
+    color: inherit;
+    background-color: @theme_bg_color;
+}
+
 *:selected,
 *:selected:focus {
     background-color: @theme_selected_bg_color;



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