[nautilus] theme: add a style for dim-label canvas item labels



commit 2bf3debb1aa7ad5f27a3d7a75194d5e994108eb0
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Wed Jan 21 11:23:50 2015 -0800

    theme: add a style for dim-label canvas item labels

 src/Adwaita.css |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/src/Adwaita.css b/src/Adwaita.css
index fbcb62b..197a5a3 100644
--- a/src/Adwaita.css
+++ b/src/Adwaita.css
@@ -2,6 +2,10 @@
     border-radius: 5px;
 }
 
+.nautilus-canvas-item.dim-label {
+    color: mix (@theme_fg_color, @theme_bg_color, 0.50);
+}
+
 .nautilus-desktop.nautilus-canvas-item {
     color: @theme_selected_fg_color;
     text-shadow: 1px 1px black;


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