[nautilus/wip/gaction_] theme: add theming for selected dim labels for canvas items
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus/wip/gaction_] theme: add theming for selected dim labels for canvas items
- Date: Fri, 23 Jan 2015 01:03:04 +0000 (UTC)
commit a9003350f3118b812ace5b13bca581824b27b6e4
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]