[gnome-themes-standard] dim-label: make sure not to override the color on prelight



commit f30390a290f71cc5989caf274234868e08c0d410
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Fri Nov 18 15:28:17 2011 -0500

    dim-label: make sure not to override the color on prelight

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets.css b/themes/Adwaita/gtk-3.0/gtk-widgets.css
index 9e5741d..979985a 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets.css
@@ -1620,7 +1620,8 @@ GtkCalendar.highlight {
     color: @error_fg_color;
 }
 
-.dim-label {
+.dim-label,
+.dim-label:prelight {
     color: mix (@theme_fg_color, @theme_bg_color, 0.50);
 }
 



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