From e853549bc8a2d37b1be813396d7adb217cbda921 Mon Sep 17 00:00:00 2001 From: Fabio Comuni Date: Fri, 11 Nov 2011 17:34:15 +0100 Subject: [PATCH] duepuntozero: add notice and info popups css style --- view/theme/duepuntozero/style.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index 98b8cd43e2..8677563020 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -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; +}