duepuntozero: add notice and info popups css style

2022.09-rc
Fabio Comuni 2011-11-11 17:34:15 +01:00
rodzic 1ff8cddeb6
commit e853549bc8
1 zmienionych plików z 12 dodań i 0 usunięć

Wyświetl plik

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