diff options
Diffstat (limited to 'common/gtk-3.0/3.20/gtk.css')
-rw-r--r-- | common/gtk-3.0/3.20/gtk.css | 4 |
1 files changed, 4 insertions, 0 deletions
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; } |