[dconf-editor/gnome-3-30] Improve backdrop icons color.
- From: Arnaud B. <arnaudb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [dconf-editor/gnome-3-30] Improve backdrop icons color.
- Date: Mon, 24 Sep 2018 08:53:14 +0000 (UTC)
commit c165e670e4567c48cc9f71779040a5dc3fa35089
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date: Mon Sep 24 10:52:05 2018 +0200
Improve backdrop icons color.
editor/dconf-editor.css | 7 +++++++
1 file changed, 7 insertions(+)
---
diff --git a/editor/dconf-editor.css b/editor/dconf-editor.css
index bff7b9e..565e948 100644
--- a/editor/dconf-editor.css
+++ b/editor/dconf-editor.css
@@ -130,6 +130,13 @@
.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 */
+
+ .keys-list > row:not(:selected) > * { color:@theme_fg_color; }
+:backdrop .keys-list > row:not(:selected) > * { color:@theme_unfocused_fg_color; }
+/* .keys-list > row:selected > * { color:@theme_selected_fg_color; } TODO
fails
+:backdrop .keys-list > row:selected > * { color:@theme_unfocused_selected_fg_color; } to
work... */
+
/* icon choice */
.keys-list > row > .folder {
background-image:-gtk-icontheme("folder-symbolic"); }
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]