aboutsummaryrefslogtreecommitdiff
path: root/common/gtk-3.0/3.14/gtk-contained-darker.css
diff options
context:
space:
mode:
Diffstat (limited to 'common/gtk-3.0/3.14/gtk-contained-darker.css')
-rw-r--r--common/gtk-3.0/3.14/gtk-contained-darker.css32
1 files changed, 13 insertions, 19 deletions
diff --git a/common/gtk-3.0/3.14/gtk-contained-darker.css b/common/gtk-3.0/3.14/gtk-contained-darker.css
index 8a59577..1bc6e28 100644
--- a/common/gtk-3.0/3.14/gtk-contained-darker.css
+++ b/common/gtk-3.0/3.14/gtk-contained-darker.css
@@ -1192,25 +1192,19 @@ GtkComboBox {
/************
* Pathbars *
************/
-.path-bar .button:first-child {
- padding-left: 8px; }
-
-.path-bar .button:last-child {
- padding-right: 8px; }
-
-.path-bar .button:only-child {
- padding-left: 12px;
- padding-right: 12px; }
-
-.path-bar .button GtkLabel:last-child {
- padding-left: 2px; }
-
-.path-bar .button GtkLabel:first-child {
- padding-right: 2px; }
-
-.path-bar .button GtkLabel:only-child {
- padding-right: 0;
- padding-left: 0; }
+.path-bar .button {
+ padding-left: 6px;
+ padding-right: 6px; }
+ .path-bar .button:only-child {
+ padding-left: 10px;
+ padding-right: 10px; }
+ .path-bar .button GtkLabel:last-child {
+ padding-left: 2px; }
+ .path-bar .button GtkLabel:first-child {
+ padding-right: 2px; }
+ .path-bar .button GtkLabel:only-child, .path-bar .button GtkLabel {
+ padding-right: 4px;
+ padding-left: 4px; }
/**************
* Tree Views *