mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
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 {
|
.notification-info {
|
||||||
background-color: @color-ok;
|
background-color: @color-pending;
|
||||||
color: @text-color-inverted;
|
color: @text-color-inverted;
|
||||||
li {
|
li {
|
||||||
padding: @vertical-padding @horizontal-padding;
|
padding: @vertical-padding @horizontal-padding;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user