[dconf-editor] Improve backdrop icons color.
- From: Arnaud B. <arnaudb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [dconf-editor] Improve backdrop icons color.
- Date: Thu, 20 Sep 2018 13:40:38 +0000 (UTC)
commit b54c7c2bdba18592bf12ec10f994c79cec91e58c
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date: Thu Sep 20 14:01:41 2018 +0200
Improve backdrop icons color.
editor/dconf-editor.css | 11 +++++++++++
1 file changed, 11 insertions(+)
---
diff --git a/editor/dconf-editor.css b/editor/dconf-editor.css
index 415f888..93da5c6 100644
--- a/editor/dconf-editor.css
+++ b/editor/dconf-editor.css
@@ -146,6 +146,17 @@
.small-keys-list-rows .keys-list:dir(ltr) > row > .managed { background-position:
0.55rem center; }
.small-keys-list-rows .keys-list:dir(rtl) > row > .managed {
background-position:calc(100% - 0.55rem) center; }
+/* icon color */
+
+ .bookmarks list > row:not(:selected),
+ .keys-list > row:not(:selected) > * { color:@theme_fg_color; }
+:backdrop .bookmarks list > row:not(:selected),
+:backdrop .keys-list > row:not(:selected) > * { color:@theme_unfocused_fg_color; }
+/* .bookmarks list > row:selected, TODO fails
+ .keys-list > row:selected > * { color:@theme_selected_fg_color; } to work...
+:backdrop .bookmarks list > row:selected,
+:backdrop .keys-list > row:selected > * { color:@theme_unfocused_selected_fg_color; } */
+
/* icon choice */
row > .folder {
background-image:-gtk-icontheme("folder-symbolic"); }
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]