summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2015-01-22 14:54:33 -0800
committerCosimo Cecchi <cosimoc@gnome.org>2015-01-22 16:49:31 -0800
commita9003350f3118b812ace5b13bca581824b27b6e4 (patch)
tree52cecc1e2ea300e237413d64021a8ce9d971a5bb
parent6b7064c21d99ccc755f510a551c18651b0f09fad (diff)
downloadnautilus-a9003350f3118b812ace5b13bca581824b27b6e4.tar.gz
theme: add theming for selected dim labels for canvas items
-rw-r--r--src/Adwaita.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Adwaita.css b/src/Adwaita.css
index 197a5a3e1..ba7719620 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;