change alertify warn color

This commit is contained in:
Pierre Bondoerffer
2017-08-08 10:37:37 +02:00
parent ba9696ba33
commit 88be5444f0
2 changed files with 6 additions and 3 deletions

View File

@@ -39,14 +39,14 @@
box-shadow: @alertify_box-shadow;
&, &.default {
// FIXME
background: rgba(0, 0, 0, .8);
background: @colortheme_notification-log;
}
&.error {
font-weight: bold;
background: @colortheme_cp-red;
background: @colortheme_notification-warn;
}
&.success {
background: rgba(0, 0, 0, .8);
background: @colortheme_notification-log;
}
}
}