aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorFabio Comuni <fabrix.xm@gmail.com>2011-11-11 17:34:15 +0100
committerFabio Comuni <fabrix.xm@gmail.com>2011-11-11 17:34:15 +0100
commite853549bc8a2d37b1be813396d7adb217cbda921 (patch)
tree3c4df3136bfe918909b41d6f65f3bafe1df8326f /view
parent1ff8cddeb6b9eb53c2714893c61e378e8efc2768 (diff)
downloadvolse-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.css12
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;
+}