Fix #387: app notification border and button style

pull/388/head
SammysHP 2016-04-23 20:03:40 +02:00
parent 0a2db9eaa1
commit e63f8d0f7f
1 changed files with 15 additions and 11 deletions

View File

@ -69,8 +69,7 @@
**********************/
@include exports("notifications") {
.app-notification {
&, &.frame {
frame.app-notification {
border-style: solid;
border-color: border_normal($osd_bg);
border-width: 0 1px 1px;
@ -80,7 +79,12 @@
background-image: none;
color: $osd_fg;
.button { @include button($osd_bg, $osd_fg); }
button {
@include button($osd_bg, $osd_fg);
}
border {
border: 0;
}
}
}