[gnome-themes-standard] Explicitly set the right colors for the "selected" class



commit e511807f936f997b2fc069aeeab780670f469025
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Thu Jan 20 12:17:01 2011 +0100

    Explicitly set the right colors for the "selected" class

 themes/Adwaita/gtk-3.0/gtk.css |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk.css b/themes/Adwaita/gtk-3.0/gtk.css
index 5834ad7..756c508 100644
--- a/themes/Adwaita/gtk-3.0/gtk.css
+++ b/themes/Adwaita/gtk-3.0/gtk.css
@@ -96,6 +96,11 @@
     color: @fg_color;
 }
 
+*:selected {
+    background-color: @selected_bg_color;
+    color: @selected_fg_color;
+}
+
 *:selected:focused {
     background-color: @selected_bg_color;
     color: @selected_fg_color;



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