diff options
author | Horst3180 | 2015-12-28 20:10:00 +0100 |
---|---|---|
committer | Horst3180 | 2015-12-28 20:10:00 +0100 |
commit | 3753dd9270230dd2acd1eea687bf315528282bb0 (patch) | |
tree | 9d4952efd0a9c56e306d4042a9b98c4f3ba57435 /common/gtk-3.0/3.14/gtk-solid-darker.css | |
parent | 5396c7f24c7ac263197722a3b3011f3a47ab2443 (diff) | |
download | solarc-theme-3753dd9270230dd2acd1eea687bf315528282bb0.tar.gz solarc-theme-3753dd9270230dd2acd1eea687bf315528282bb0.tar.xz solarc-theme-3753dd9270230dd2acd1eea687bf315528282bb0.zip |
reduce pathbar padding in pantheon-files
Diffstat (limited to 'common/gtk-3.0/3.14/gtk-solid-darker.css')
-rw-r--r-- | common/gtk-3.0/3.14/gtk-solid-darker.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/gtk-3.0/3.14/gtk-solid-darker.css b/common/gtk-3.0/3.14/gtk-solid-darker.css index 20bdf53..2a65b47 100644 --- a/common/gtk-3.0/3.14/gtk-solid-darker.css +++ b/common/gtk-3.0/3.14/gtk-solid-darker.css @@ -3045,6 +3045,8 @@ MarlinViewWindow *:selected:focus { .marlin-pathbar.pathbar { border-radius: 3px; + padding-left: 4px; + padding-right: 4px; color: rgba(207, 218, 231, 0.8); border-color: rgba(21, 23, 28, 0.4); background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.4)); |