]> git.mxchange.org Git - friendica.git/commitdiff
duepuntozero: add notice and info popups css style
authorFabio Comuni <fabrix.xm@gmail.com>
Fri, 11 Nov 2011 16:34:15 +0000 (17:34 +0100)
committerFabio Comuni <fabrix.xm@gmail.com>
Fri, 11 Nov 2011 16:34:15 +0000 (17:34 +0100)
view/theme/duepuntozero/style.css

index 98b8cd43e28fd62dcbe91c9fcc067cb87e5c31f5..8677563020c967f0967b088d952fb77467bd47f6 100644 (file)
@@ -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;
+}