[gnome-themes-standard] HighContrast: fix background color for selected text in entries



commit 9cb66f986589508269d89db480ba66917b138ebd
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Thu Mar 15 22:43:14 2012 -0400

    HighContrast: fix background color for selected text in entries

 themes/a11y-base.css |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/themes/a11y-base.css b/themes/a11y-base.css
index bad19da..3050be3 100644
--- a/themes/a11y-base.css
+++ b/themes/a11y-base.css
@@ -109,6 +109,10 @@ GtkComboBox .separator {
     background-color: @theme_base_color;
 }
 
+.entry:selected {
+    background-color: @theme_active_color;
+}
+
 .progressbar {
     background-color: @theme_fg_color;
     border-color: @theme_insensitive_bg;



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