diff options
author | Fabio Comuni <fabrix.xm@gmail.com> | 2011-11-11 17:34:15 +0100 |
---|---|---|
committer | Fabio Comuni <fabrix.xm@gmail.com> | 2011-11-11 17:34:15 +0100 |
commit | e853549bc8a2d37b1be813396d7adb217cbda921 (patch) | |
tree | 3c4df3136bfe918909b41d6f65f3bafe1df8326f /view | |
parent | 1ff8cddeb6b9eb53c2714893c61e378e8efc2768 (diff) | |
download | volse-hubzilla-e853549bc8a2d37b1be813396d7adb217cbda921.tar.gz volse-hubzilla-e853549bc8a2d37b1be813396d7adb217cbda921.tar.bz2 volse-hubzilla-e853549bc8a2d37b1be813396d7adb217cbda921.zip |
duepuntozero: add notice and info popups css style
Diffstat (limited to 'view')
-rw-r--r-- | view/theme/duepuntozero/style.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index 98b8cd43e..867756302 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; +} |