mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
Provide a css rule for informational notifications
aka Notification::info()
This commit is contained in:
parent
237b50f953
commit
6e382bd127
@ -41,6 +41,10 @@ img.icon {
|
||||
background-position: 1em center;
|
||||
}
|
||||
|
||||
#notifications > li.info {
|
||||
background-color: @colorFormNotificationInfo;
|
||||
}
|
||||
|
||||
#notifications > li.warning {
|
||||
background-color: @colorWarningHandled;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user