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



commit f0c9c463682565b3fd15dd452a937d79bcc5198e
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Wed Jan 11 09:40:52 2012 -0500

    widgets: remove generic universal selector
    
    We can fold the background into GtkWindow and completely remove the
    color: inherit from the universal selector, rendering it empty.

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets.css b/themes/Adwaita/gtk-3.0/gtk-widgets.css
index 40b14a1..5c0c6f5 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets.css
@@ -48,18 +48,13 @@
 
 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]