[gnome-themes-standard] gtk-widgets: make entry:active follow entry:selected:backdrop



commit aeaeb57b05d5fba177e498c0cfa77daba3ff8746
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Fri Sep 7 16:49:13 2012 -0400

    gtk-widgets: make entry:active follow entry:selected:backdrop
    
    Because that's the intent of the convention.

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets.css b/themes/Adwaita/gtk-3.0/gtk-widgets.css
index 3a2840b..4c8cd50 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets.css
@@ -378,14 +378,10 @@ GtkTreeView.separator:backdrop,
 }
 
 /* needed for webkit/GtkStyle compatibility */
-.entry:active {
-    color: @theme_selected_fg_color;
-    background-color: @theme_selected_bg_color;
-}
-
+.entry:active,
 .entry:active:backdrop {
     color: @theme_unfocused_selected_fg_color;
-    background-color: @theme_unfocused_selected_bg_color
+    background-color: @theme_unfocused_selected_bg_color;
 }
 
 /*******************



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