mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-17 01:25:21 +02:00
theme seen,unseen notifications
This commit is contained in:
parent
aa67771eaa
commit
4839c235da
4 changed files with 20 additions and 16 deletions
|
@ -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>
|
||||
|
|
|
@ -3034,3 +3034,7 @@ ul.menu-popup {
|
|||
height: 32px;
|
||||
padding: 7px 7px 0px 0px;
|
||||
}
|
||||
|
||||
.notify-seen {
|
||||
background: #DDDDDD;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue