summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2015-01-22 14:54:33 -0800
committerCarlos Soriano <csoriano@gnome.org>2015-01-24 02:06:04 +0100
commit3a49462288557905b34fd2720b23d2dc8a26e45b (patch)
tree5f932dfd77d99019c2d8e784a54b6055e2af7497
parent9099ce60ac61248276832bead0592e4cc19b17f0 (diff)
downloadnautilus-3a49462288557905b34fd2720b23d2dc8a26e45b.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;