diff options
author | Horst3180 | 2016-03-28 11:35:32 +0200 |
---|---|---|
committer | Horst3180 | 2016-03-28 11:35:32 +0200 |
commit | e58b4a9717a2019d8bb1076c69289f96a4b96147 (patch) | |
tree | dac85184406f634184218f849279c174a0b82da8 /common/gtk-3.0/3.20/sass | |
parent | b933a0def84c600a448b4b7be943710d14e1d818 (diff) | |
download | solarc-theme-e58b4a9717a2019d8bb1076c69289f96a4b96147.tar.gz solarc-theme-e58b4a9717a2019d8bb1076c69289f96a4b96147.tar.xz solarc-theme-e58b4a9717a2019d8bb1076c69289f96a4b96147.zip |
placesview: add padding to connect to server label
Diffstat (limited to 'common/gtk-3.0/3.20/sass')
-rw-r--r-- | common/gtk-3.0/3.20/sass/_common.scss | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/common/gtk-3.0/3.20/sass/_common.scss b/common/gtk-3.0/3.20/sass/_common.scss index 0b3f174..bd419aa 100644 --- a/common/gtk-3.0/3.20/sass/_common.scss +++ b/common/gtk-3.0/3.20/sass/_common.scss @@ -2645,6 +2645,12 @@ placesview { transition: 200ms $ease-out-quad; -gtk-icon-transform: rotate(-0.5turn); } + + // this selects the "connect to server" label + > actionbar > revealer > box > label { + padding-left: 8px; + padding-right: 8px; + } } // |