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…
Reference in New Issue