duepuntozero: add notice and info popups css style

This commit is contained in:
Fabio Comuni 2011-11-11 17:34:15 +01:00
parent 1ff8cddeb6
commit e853549bc8
1 changed files with 12 additions and 0 deletions

View File

@ -2840,3 +2840,15 @@ a.mail-list-link {
.acpopupitem.selected {
color: #FFFFFF; background: #3465A4;
}
/* popup notifications */
div.jGrowl div.notice {
background: #511919 url("../../../images/icons/48/notice.png") no-repeat 5px center;
color: #ffffff;
padding-left: 58px;
}
div.jGrowl div.info {
background: #364e59 url("../../../images/icons/48/info.png") no-repeat 5px center;
color: #ffffff;
padding-left: 58px;
}