diff options
author | Horst3180 | 2016-02-02 19:22:00 +0100 |
---|---|---|
committer | Horst3180 | 2016-02-02 19:22:00 +0100 |
commit | 905b61a0cf015d7ea68d30e78edef3dc9f41075b (patch) | |
tree | 3d4777fe15ea177f951b82a7bb286f454e31d4b8 /common/gtk-3.0/3.18/sass | |
parent | 583a4f14408f6455693df40db79e9bc03bf728db (diff) | |
download | solarc-theme-905b61a0cf015d7ea68d30e78edef3dc9f41075b.tar.gz solarc-theme-905b61a0cf015d7ea68d30e78edef3dc9f41075b.tar.xz solarc-theme-905b61a0cf015d7ea68d30e78edef3dc9f41075b.zip |
fix app-menu button padding
Diffstat (limited to 'common/gtk-3.0/3.18/sass')
-rw-r--r-- | common/gtk-3.0/3.18/sass/_common.scss | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/common/gtk-3.0/3.18/sass/_common.scss b/common/gtk-3.0/3.18/sass/_common.scss index ec870bc..0428cf9 100644 --- a/common/gtk-3.0/3.18/sass/_common.scss +++ b/common/gtk-3.0/3.18/sass/_common.scss @@ -2807,7 +2807,12 @@ GtkVolumeButton.button { padding: 8px; } .button.titlebutton { @extend .image-button; - padding: 8px 4px; + &:not(GtkMenuButton) { + padding-top: 8px; + padding-bottom: 8px; + } + padding-left: 4px; + padding-right: 4px; @include button(undecorated); background-color: transparentize($header_bg, 1); |