From 770bcd460f5fec8ea3e82b6c4b9dcf0045b41427 Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Mon, 21 Mar 2016 21:44:08 +0100 Subject: [PATCH] less padding for slider-buttons in path-bars --- common/gtk-3.0/3.20/gtk-dark.css | 4 ++++ common/gtk-3.0/3.20/gtk-darker.css | 4 ++++ common/gtk-3.0/3.20/gtk-solid-dark.css | 4 ++++ common/gtk-3.0/3.20/gtk-solid-darker.css | 4 ++++ common/gtk-3.0/3.20/gtk-solid.css | 4 ++++ common/gtk-3.0/3.20/gtk.css | 4 ++++ common/gtk-3.0/3.20/sass/_common.scss | 5 +++++ 7 files changed, 29 insertions(+) diff --git a/common/gtk-3.0/3.20/gtk-dark.css b/common/gtk-3.0/3.20/gtk-dark.css index 8f6329d..bff4d3e 100644 --- a/common/gtk-3.0/3.20/gtk-dark.css +++ b/common/gtk-3.0/3.20/gtk-dark.css @@ -1287,6 +1287,10 @@ headerbar entry, headerbar button, headerbar separator, headerbar .sidebar separ .path-bar button.text-button.image-button label:first-child, .path-bar button label:first-child { padding-left: 10px; } +.path-bar button.slider-button { + padding-left: 2px; + padding-right: 2px; } + .path-bar button image { padding-left: 4px; padding-right: 4px; } diff --git a/common/gtk-3.0/3.20/gtk-darker.css b/common/gtk-3.0/3.20/gtk-darker.css index a450743..b114acf 100644 --- a/common/gtk-3.0/3.20/gtk-darker.css +++ b/common/gtk-3.0/3.20/gtk-darker.css @@ -1286,6 +1286,10 @@ headerbar entry, headerbar button, headerbar separator, headerbar .sidebar separ .path-bar button.text-button.image-button label:first-child, .path-bar button label:first-child { padding-left: 10px; } +.path-bar button.slider-button { + padding-left: 2px; + padding-right: 2px; } + .path-bar button image { padding-left: 4px; padding-right: 4px; } diff --git a/common/gtk-3.0/3.20/gtk-solid-dark.css b/common/gtk-3.0/3.20/gtk-solid-dark.css index 5f9083b..0b3b046 100644 --- a/common/gtk-3.0/3.20/gtk-solid-dark.css +++ b/common/gtk-3.0/3.20/gtk-solid-dark.css @@ -1287,6 +1287,10 @@ headerbar entry, headerbar button, headerbar separator, headerbar .sidebar separ .path-bar button.text-button.image-button label:first-child, .path-bar button label:first-child { padding-left: 10px; } +.path-bar button.slider-button { + padding-left: 2px; + padding-right: 2px; } + .path-bar button image { padding-left: 4px; padding-right: 4px; } diff --git a/common/gtk-3.0/3.20/gtk-solid-darker.css b/common/gtk-3.0/3.20/gtk-solid-darker.css index db3c774..dd60dd0 100644 --- a/common/gtk-3.0/3.20/gtk-solid-darker.css +++ b/common/gtk-3.0/3.20/gtk-solid-darker.css @@ -1286,6 +1286,10 @@ headerbar entry, headerbar button, headerbar separator, headerbar .sidebar separ .path-bar button.text-button.image-button label:first-child, .path-bar button label:first-child { padding-left: 10px; } +.path-bar button.slider-button { + padding-left: 2px; + padding-right: 2px; } + .path-bar button image { padding-left: 4px; padding-right: 4px; } diff --git a/common/gtk-3.0/3.20/gtk-solid.css b/common/gtk-3.0/3.20/gtk-solid.css index e979f58..abe634f 100644 --- a/common/gtk-3.0/3.20/gtk-solid.css +++ b/common/gtk-3.0/3.20/gtk-solid.css @@ -1290,6 +1290,10 @@ headerbar entry, headerbar button, headerbar separator, headerbar .sidebar separ .path-bar button.text-button.image-button label:first-child, .path-bar button label:first-child { padding-left: 10px; } +.path-bar button.slider-button { + padding-left: 2px; + padding-right: 2px; } + .path-bar button image { padding-left: 4px; padding-right: 4px; } diff --git a/common/gtk-3.0/3.20/gtk.css b/common/gtk-3.0/3.20/gtk.css index 02ee058..9ccd571 100644 --- a/common/gtk-3.0/3.20/gtk.css +++ b/common/gtk-3.0/3.20/gtk.css @@ -1290,6 +1290,10 @@ headerbar entry, headerbar button, headerbar separator, headerbar .sidebar separ .path-bar button.text-button.image-button label:first-child, .path-bar button label:first-child { padding-left: 10px; } +.path-bar button.slider-button { + padding-left: 2px; + padding-right: 2px; } + .path-bar button image { padding-left: 4px; padding-right: 4px; } diff --git a/common/gtk-3.0/3.20/sass/_common.scss b/common/gtk-3.0/3.20/sass/_common.scss index d46f294..b32d817 100644 --- a/common/gtk-3.0/3.20/sass/_common.scss +++ b/common/gtk-3.0/3.20/sass/_common.scss @@ -1315,6 +1315,11 @@ headerbar { label:first-child { padding-left: 10px; } } + &.slider-button { + padding-left: 2px; + padding-right: 2px; + } + image { padding-left: 4px; padding-right: 4px;