[gnome-themes-standard] Add a more specific selector for entries in toolbars.



commit e44c7191f064ed30e77ee6ccc5bd2b8f3bed9a59
Author: Carlos Garnacho <carlosg gnome org>
Date:   Mon Jan 31 18:19:57 2011 +0100

    Add a more specific selector for entries in toolbars.
    
    The changes in toolbar theming introduced more specific rules that
    also happen to match on the entries within, so this new selector
    overrules these. Fixes bug #640770, reported by William Jon McCann.

 themes/Adwaita/gtk-3.0/gtk.css |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk.css b/themes/Adwaita/gtk-3.0/gtk.css
index bfba872..2deb742 100644
--- a/themes/Adwaita/gtk-3.0/gtk.css
+++ b/themes/Adwaita/gtk-3.0/gtk.css
@@ -128,7 +128,7 @@
 }
 
 /* Text Entries */
-.entry {
+.entry, .toolbar .entry {
     background-color: #fff;
     background-image: none;
     border-color: #579eea;



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