diff options
author | Horst3180 | 2016-04-01 14:04:59 +0200 |
---|---|---|
committer | Horst3180 | 2016-04-01 14:04:59 +0200 |
commit | d1dcbc135e9ca9e2406a6a8b5efa16c9cbe02cee (patch) | |
tree | 89d1267f973437fd9a0515a0e9d4da08b122089e /common/gtk-3.0/3.20/sass | |
parent | 3d60f42e3b8d152e155b6392ac05f787e9222829 (diff) | |
download | solarc-theme-d1dcbc135e9ca9e2406a6a8b5efa16c9cbe02cee.tar.gz solarc-theme-d1dcbc135e9ca9e2406a6a8b5efa16c9cbe02cee.tar.xz solarc-theme-d1dcbc135e9ca9e2406a6a8b5efa16c9cbe02cee.zip |
tweak button padding
Diffstat (limited to 'common/gtk-3.0/3.20/sass')
-rw-r--r-- | common/gtk-3.0/3.20/sass/_common.scss | 2 |
1 files changed, 2 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 287e452..b093fa6 100644 --- a/common/gtk-3.0/3.20/sass/_common.scss +++ b/common/gtk-3.0/3.20/sass/_common.scss @@ -409,6 +409,8 @@ button { padding-right: 8px; } } + + &.popup { padding-right: 8px; padding-left: 8px; } } &:drop(active) { |