diff options
author | Horst3180 | 2015-11-02 21:17:26 +0100 |
---|---|---|
committer | Horst3180 | 2015-11-02 21:17:26 +0100 |
commit | 280a1c8a02c81ed539ca8a79cda0f940a3814bc2 (patch) | |
tree | 10569c3af403331a71a5bb7d754767deb0546f14 /common/cinnamon/sass | |
parent | 8542d2ca75bf1419d709ba9a36cdec9285d6b782 (diff) | |
download | solarc-theme-280a1c8a02c81ed539ca8a79cda0f940a3814bc2.tar.gz solarc-theme-280a1c8a02c81ed539ca8a79cda0f940a3814bc2.tar.xz solarc-theme-280a1c8a02c81ed539ca8a79cda0f940a3814bc2.zip |
cinnamon: fix notification-button padding
Diffstat (limited to 'common/cinnamon/sass')
-rw-r--r-- | common/cinnamon/sass/_common.scss | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/common/cinnamon/sass/_common.scss b/common/cinnamon/sass/_common.scss index 30ffa1f..8d7051f 100644 --- a/common/cinnamon/sass/_common.scss +++ b/common/cinnamon/sass/_common.scss @@ -712,7 +712,12 @@ StScrollBar { color: $fg_color; border-image: url("#{$asset_path}/misc/message.svg") 9 9 9 9; - .notification-button, .notification-icon-button { @extend %button; } + @at-root { + .notification-button, .notification-icon-button { + @extend %button; + padding: 5px; + } + } StEntry { @extend %entry; } } |