aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-11-12 04:12:03 -0800
committerFriendika <info@friendika.com>2011-11-12 04:12:03 -0800
commit58ba7c3969ce51d0f0f67d602886035230c1f3ae (patch)
treed1afcb0fda4964176743d129ace2dc9ad8bd3906 /view
parentcf82174520c4cc1024f2690e51dc903d663a5661 (diff)
parentab6bf767df4a06494b314f7d0c3928a795b81bae (diff)
downloadvolse-hubzilla-58ba7c3969ce51d0f0f67d602886035230c1f3ae.tar.gz
volse-hubzilla-58ba7c3969ce51d0f0f67d602886035230c1f3ae.tar.bz2
volse-hubzilla-58ba7c3969ce51d0f0f67d602886035230c1f3ae.zip
Merge branch 'pull'
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;
+}