[gnome-themes-standard] Add a dim-label class



commit 4455117089dcc99192c31ee43b07a1faa43bdbc1
Author: William Jon McCann <jmccann redhat com>
Date:   Mon Mar 14 14:06:05 2011 -0400

    Add a dim-label class
    
    Currently used in settings panels in order to accentuate
    the value rather than the label.

 themes/Adwaita/gtk-3.0/gtk.css |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk.css b/themes/Adwaita/gtk-3.0/gtk.css
index 9a7c4a2..6626921 100644
--- a/themes/Adwaita/gtk-3.0/gtk.css
+++ b/themes/Adwaita/gtk-3.0/gtk.css
@@ -1067,6 +1067,10 @@ GtkCalendar.highlight {
     color: @error_fg_color;
 }
 
+.dim-label {
+    color: mix (@theme_fg_color, @theme_bg_color, 0.50);
+}
+
 GtkTreeView.GtkFileChooserDefaultSidebar {
     background-color: #f6f6f4;
 }



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