[dconf-editor] Styling: make pathbar grey lighter.



commit cd477b4aaab70338a55f8548a136a288dff085d3
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date:   Fri Jul 1 16:06:50 2016 +0200

    Styling: make pathbar grey lighter.

 editor/dconf-editor.css |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/editor/dconf-editor.css b/editor/dconf-editor.css
index d00d6d4..be06769 100644
--- a/editor/dconf-editor.css
+++ b/editor/dconf-editor.css
@@ -123,7 +123,7 @@ window > popover.menu {
 }
 
 .pathbar > button:hover > .item {
-  border-bottom-color:grey;
+  border-bottom-color:#8b8e8f;  /* color mostly used for backdrop things */
 }
 
 .pathbar:dir(ltr) > button:last-child > .item,


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