theme seen,unseen notifications

This commit is contained in:
friendica 2012-02-25 03:28:07 -08:00
parent aa67771eaa
commit 4839c235da
4 changed files with 20 additions and 16 deletions

View file

@ -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>

View file

@ -3034,3 +3034,7 @@ ul.menu-popup {
height: 32px;
padding: 7px 7px 0px 0px;
}
.notify-seen {
background: #DDDDDD;
}