1
0
mirror of https://github.com/horst3180/arc-theme.git synced 2026-03-02 03:40:11 +00:00

cinnamon: really fix notification-buttons

This commit is contained in:
Horst3180
2015-11-02 21:51:09 +01:00
parent 571d1297bb
commit 4e257ac0d3
3 changed files with 27 additions and 20 deletions

View File

@@ -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; }