aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/duepuntozero
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-02-25 03:28:07 -0800
committerfriendica <info@friendica.com>2012-02-25 03:28:07 -0800
commit4839c235da1ce6ed61c71d0a9d28df14c01b567b (patch)
treef0b92637c311bf3e31cddd37448eda6d7ee3249e /view/theme/duepuntozero
parentaa67771eaacec38f972dbd749235d395cdd724b5 (diff)
downloadvolse-hubzilla-4839c235da1ce6ed61c71d0a9d28df14c01b567b.tar.gz
volse-hubzilla-4839c235da1ce6ed61c71d0a9d28df14c01b567b.tar.bz2
volse-hubzilla-4839c235da1ce6ed61c71d0a9d28df14c01b567b.zip
theme seen,unseen notifications
Diffstat (limited to 'view/theme/duepuntozero')
-rwxr-xr-xview/theme/duepuntozero/nav.tpl2
-rwxr-xr-xview/theme/duepuntozero/style.css4
2 files changed, 5 insertions, 1 deletions
diff --git a/view/theme/duepuntozero/nav.tpl b/view/theme/duepuntozero/nav.tpl
index 920c077aa..7f13bd834 100755
--- a/view/theme/duepuntozero/nav.tpl
+++ b/view/theme/duepuntozero/nav.tpl
@@ -65,5 +65,5 @@
</nav>
<ul id="nav-notifications-template" style="display:none;" rel="template">
- <li><a href="{0}"><img src="{1}" height="24" width="24" alt="" />{2} <span class="notif-when">{3}</span></a></li>
+ <li class="{4}"><a href="{0}"><img src="{1}" height="24" width="24" alt="" />{2} <span class="notif-when">{3}</span></a></li>
</ul>
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css
index 4604bedf0..bf9432245 100755
--- a/view/theme/duepuntozero/style.css
+++ b/view/theme/duepuntozero/style.css
@@ -3034,3 +3034,7 @@ ul.menu-popup {
height: 32px;
padding: 7px 7px 0px 0px;
}
+
+.notify-seen {
+ background: #DDDDDD;
+} \ No newline at end of file