Form: Make informational notifications blue

If one needs green notifications, please add a new type "success".

fixes #10533
This commit is contained in:
Johannes Meyer 2015-11-13 16:26:26 +01:00
parent a500937b7d
commit 38b05cef35
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ form .errors, form .errors ul {
}
}
.notification-info {
background-color: @color-ok;
background-color: @color-pending;
color: @text-color-inverted;
li {
padding: @vertical-padding @horizontal-padding;