[gnome-themes-standard] widgets: add a background-color definition in .entry { }



commit b240d56f648165edbe9347ec7140eef0980e9ca3
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Tue Feb 7 18:23:51 2012 -0500

    widgets: add a background-color definition in .entry { }
    
    The deprecated GtkStyle in GTK+ uses the background-color definition
    from the .entry { } selector to fill in text and base color values, so
    we must keep this if we want older applications (not ported to
    GtkStyleContext) to just work.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=669499

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets.css b/themes/Adwaita/gtk-3.0/gtk-widgets.css
index 5bc4e3e..0522987 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets.css
@@ -194,6 +194,7 @@ GtkImage:insensitive {
  * Text Entries *
  ****************/
 .entry {
+    background-color: @theme_base_color;
     border-style: solid;
     padding: 4px;
 



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