[dconf-editor] Tweak slashes color.



commit 067599293e8acb8fcc0565254ed2e2b8a6fc9aba
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date:   Mon Jul 18 10:42:40 2016 +0200

    Tweak slashes color.

 editor/dconf-editor.css |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/editor/dconf-editor.css b/editor/dconf-editor.css
index 8a7e49f..832d7b9 100644
--- a/editor/dconf-editor.css
+++ b/editor/dconf-editor.css
@@ -100,7 +100,10 @@ window > popover.menu {
 }
 
 .pathbar > label {
-  color:alpha(currentColor,0.75);
+  color:alpha(currentColor,0.8);
+}
+.pathbar > label:backdrop {
+  color:alpha(currentColor,0.9);
 }
 
 .pathbar > button {


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