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;
|
background-position: 1em center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#notifications > li.info {
|
||||||
|
background-color: @colorFormNotificationInfo;
|
||||||
|
}
|
||||||
|
|
||||||
#notifications > li.warning {
|
#notifications > li.warning {
|
||||||
background-color: @colorWarningHandled;
|
background-color: @colorWarningHandled;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue