[nautilus] theme: add theming for selected dim labels for canvas items



commit 3a49462288557905b34fd2720b23d2dc8a26e45b
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Thu Jan 22 14:54:33 2015 -0800

    theme: add theming for selected dim labels for canvas items

 src/Adwaita.css |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/src/Adwaita.css b/src/Adwaita.css
index 197a5a3..ba77196 100644
--- a/src/Adwaita.css
+++ b/src/Adwaita.css
@@ -6,6 +6,10 @@
     color: mix (@theme_fg_color, @theme_bg_color, 0.50);
 }
 
+.nautilus-canvas-item.dim-label:selected {
+    color: mix (@theme_selected_fg_color, @theme_selected_bg_color, 0.20);
+}
+
 .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]