aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2011-11-12 04:06:14 -0800
committerfriendica <info@friendica.com>2011-11-12 04:06:14 -0800
commitab6bf767df4a06494b314f7d0c3928a795b81bae (patch)
treea9e2a68d109be3d68e745af1beb5882d187dd5e2 /view
parentd23867f5a0564d680680e4bae3691bdecdcc183f (diff)
parente853549bc8a2d37b1be813396d7adb217cbda921 (diff)
downloadvolse-hubzilla-ab6bf767df4a06494b314f7d0c3928a795b81bae.tar.gz
volse-hubzilla-ab6bf767df4a06494b314f7d0c3928a795b81bae.tar.bz2
volse-hubzilla-ab6bf767df4a06494b314f7d0c3928a795b81bae.zip
Merge pull request #3 from fabrixxm/master
fix for #191 and some other
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;
+}