[gnome-themes-standard] dim-label: make the label dim if it's in a selected/focused item



commit b3d3418f47ad9b167cae0c582c3c75decb575825
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Fri Jul 8 15:01:08 2011 -0400

    dim-label: make the label dim if it's in a selected/focused item
    
    Such as an icon view cell.

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets.css b/themes/Adwaita/gtk-3.0/gtk-widgets.css
index e6ca72e..cd91bc6 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets.css
@@ -1333,6 +1333,12 @@ GtkCalendar.highlight {
     color: mix (@theme_fg_color, @theme_bg_color, 0.50);
 }
 
+.dim-label:focused,
+.dim-label:selected,
+.dim-label:selected:focused {
+    color: mix (@theme_selected_fg_color, @theme_base_color, 0.50);
+}
+
 ApDocView, /* Abiword */
 EogScrollView, /* Eog */
 CheeseThumbView /* Cheese */



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