aboutsummaryrefslogtreecommitdiff
path: root/common/cinnamon/sass
diff options
context:
space:
mode:
authorHorst31802015-11-02 21:17:26 +0100
committerHorst31802015-11-02 21:17:26 +0100
commit280a1c8a02c81ed539ca8a79cda0f940a3814bc2 (patch)
tree10569c3af403331a71a5bb7d754767deb0546f14 /common/cinnamon/sass
parent8542d2ca75bf1419d709ba9a36cdec9285d6b782 (diff)
downloadsolarc-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.scss7
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; }
}