[gnome-themes-standard] tooltips: propagate the background color to child widgets



commit e190475892cd04e0e71fede3e3244d69aba152dd
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Mon Aug 22 15:13:29 2011 -0400

    tooltips: propagate the background color to child widgets

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets.css b/themes/Adwaita/gtk-3.0/gtk-widgets.css
index f73c715..63a9fcf 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets.css
@@ -88,6 +88,10 @@ GtkWindow {
     color: @theme_tooltip_fg_color;
 }
 
+.tooltip * {
+    background-color: @theme_tooltip_bg_color;
+}
+
 .grip {
     background-color: shade (@inactive_frame_color, 0.93);
 }



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