Form: Make informational notifications blue
If one needs green notifications, please add a new type "success". fixes #10533
This commit is contained in:
parent
a500937b7d
commit
38b05cef35
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue