[gnome-themes-standard] adwaita: theme the .gtkstyle-fallback theme selectors



commit efaa6ea62ff6d3e042786189d6053050f82f126d
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Thu Jun 28 18:01:35 2012 -0400

    adwaita: theme the .gtkstyle-fallback theme selectors

 themes/Adwaita/gtk-3.0/gtk-widgets.css |   25 +++++++++++++++++++++++++
 1 files changed, 25 insertions(+), 0 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets.css b/themes/Adwaita/gtk-3.0/gtk-widgets.css
index 5eda705..600af6f 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets.css
@@ -94,6 +94,31 @@ GtkClutterOffscreen {
     color: @unfocused_insensitive_fg_color;
 }
 
+.gtkstyle-fallback {
+    background-color: @theme_bg_color;
+    color: @theme_fg_color;
+}
+
+.gtkstyle-fallback:prelight {
+    background-color: shade(@theme_bg_color, 1.10);
+    color: @theme_fg_color;
+}
+
+.gtkstyle-fallback:active {
+    background-color: shade(@theme_bg_color, 0.90);
+    color: @theme_fg_color;
+}
+
+.gtkstyle-fallback:insensitive {
+    background-color: @insensitive_bg_color;
+    color: @insensitive_fg_color;
+}
+
+.gtkstyle-fallback:selected {
+    background-color: @theme_selected_bg_color;
+    color: @theme_selected_fg_color;
+}
+
 GtkImage,
 GtkImage:insensitive,
 GtkLabel,



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