Provide a css rule for informational notifications

aka Notification::info()
This commit is contained in:
Johannes Meyer 2015-05-26 16:53:47 +02:00
parent 237b50f953
commit 6e382bd127
1 changed files with 4 additions and 0 deletions

View File

@ -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;
} }