aboutsummaryrefslogtreecommitdiff
path: root/common/cinnamon/sass
diff options
context:
space:
mode:
authorHorst31802015-11-02 21:51:09 +0100
committerHorst31802015-11-02 21:51:09 +0100
commit4e257ac0d3780108d4dfd7f3a714ccb304572a16 (patch)
tree657f5e4d97609d9e40871534d3172b62e9eac08b /common/cinnamon/sass
parent571d1297bbcea20e12caba83078de789c9fb3ec4 (diff)
downloadsolarc-theme-4e257ac0d3780108d4dfd7f3a714ccb304572a16.tar.gz
solarc-theme-4e257ac0d3780108d4dfd7f3a714ccb304572a16.tar.xz
solarc-theme-4e257ac0d3780108d4dfd7f3a714ccb304572a16.zip
cinnamon: really fix notification-buttons
Diffstat (limited to 'common/cinnamon/sass')
-rw-r--r--common/cinnamon/sass/_common.scss13
1 files changed, 7 insertions, 6 deletions
diff --git a/common/cinnamon/sass/_common.scss b/common/cinnamon/sass/_common.scss
index 8d7051f..37942f5 100644
--- a/common/cinnamon/sass/_common.scss
+++ b/common/cinnamon/sass/_common.scss
@@ -712,11 +712,9 @@ StScrollBar {
color: $fg_color;
border-image: url("#{$asset_path}/misc/message.svg") 9 9 9 9;
- @at-root {
- .notification-button, .notification-icon-button {
- @extend %button;
- padding: 5px;
- }
+ .notification-button, .notification-icon-button {
+ @extend %button;
+ padding: 5px;
}
StEntry { @extend %entry; }
@@ -747,7 +745,10 @@ StScrollBar {
color: $osd_fg_color;
}
- &-button, &-icon-button { @extend %osd_button; }
+ &-button, &-icon-button {
+ @extend %osd_button;
+ padding: 5px;
+ }
&-icon-button > StIcon { icon-size: 36px; }