From 4e257ac0d3780108d4dfd7f3a714ccb304572a16 Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Mon, 2 Nov 2015 21:51:09 +0100 Subject: cinnamon: really fix notification-buttons --- common/cinnamon/sass/_common.scss | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'common/cinnamon/sass/_common.scss') 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; } -- cgit v1.2.3