[dconf-editor] Fix pathbar items outline-offset.



commit f4e0bbf7dbaa232933d8f49227a64a0b3b860e3e
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date:   Wed Sep 21 05:40:14 2016 +0200

    Fix pathbar items outline-offset.

 editor/dconf-editor.css |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/editor/dconf-editor.css b/editor/dconf-editor.css
index 5987e18..868a747 100644
--- a/editor/dconf-editor.css
+++ b/editor/dconf-editor.css
@@ -136,10 +136,12 @@ window > popover.menu {
 }
 
 .pathbar {
-  margin:0 2px;
+  margin:0 4px;
 }
 
 .pathbar > label {
+  padding-left:0.1em;
+  padding-right:0.1em;
   color:alpha(currentColor,0.8);
 }
 .pathbar > label:backdrop {
@@ -147,11 +149,13 @@ window > popover.menu {
 }
 
 .pathbar > button {
-  padding-left:0.2em;
-  padding-right:0.2em;
+  padding-left:0.1em;
+  padding-right:0.1em;
   margin-left:0.1em;
   margin-right:0.1em;
 
+  outline-offset:0;
+
   border:none;
   border-color:transparent;
   box-shadow:none;


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