[dconf-editor] Fix icon on delayed dconf key.



commit 4470e99a2d105774c4732e66950c96520b1f04d7
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date:   Tue Dec 12 17:05:36 2017 +0100

    Fix icon on delayed dconf key.

 editor/dconf-editor.css |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/editor/dconf-editor.css b/editor/dconf-editor.css
index 52173d1..1b18491 100644
--- a/editor/dconf-editor.css
+++ b/editor/dconf-editor.css
@@ -154,7 +154,8 @@
                           .small-keys-list-rows .keys-list:dir(rtl) > row > .key         { 
background-position:calc(100% - 0.75rem) center; }
 
 /* icons */
-.keys-list > row >                 .key.delayed { 
background-image:-gtk-icontheme("document-open-recent-symbolic"); }
+.keys-list > row >                 .key.delayed,
+.keys-list > row >       .dconf-key.key.delayed { 
background-image:-gtk-icontheme("document-open-recent-symbolic"); }
 .keys-list > row >       .dconf-key.key         { 
background-image:-gtk-icontheme("dialog-question-symbolic"); }
 .keys-list > row > .erase.dconf-key.key.delayed { background-image:-gtk-icontheme("user-trash-symbolic"); }
 .keys-list > row > .erase.dconf-key.key         { 
background-image:-gtk-icontheme("action-unavailable-symbolic"); }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]