[dconf-editor/maintainer-only-3-30] Improve backdrop icons color.



commit d1aef296078c79ad96fe17400228ac3a56a6609f
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]