[nautilus] theme: fix color of selected dim labels in list view
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus] theme: fix color of selected dim labels in list view
- Date: Tue, 24 Feb 2015 08:21:28 +0000 (UTC)
commit c463be9dca0475b80dbc2f50fc273bfd9a9188bf
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Tue Feb 24 00:20:56 2015 -0800
theme: fix color of selected dim labels in list view
src/Adwaita.css | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/src/Adwaita.css b/src/Adwaita.css
index 295b73c..01af0ca 100644
--- a/src/Adwaita.css
+++ b/src/Adwaita.css
@@ -7,7 +7,8 @@
color: mix (@theme_fg_color, @theme_bg_color, 0.50);
}
-.nautilus-canvas-item.dim-label:selected {
+.nautilus-canvas-item.dim-label:selected,
+.nautilus-list-dim-label:selected {
color: mix (@theme_selected_fg_color, @theme_selected_bg_color, 0.20);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]