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

cinnamon: fix notification-button padding

This commit is contained in:
Horst3180
2015-11-02 21:17:26 +01:00
parent 8542d2ca75
commit 280a1c8a02
3 changed files with 22 additions and 13 deletions

View File

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