1
0
mirror of http://aero2k.de/repos/dfde-theme.git synced 2017-09-06 15:25:40 +02:00

rotes unread Symbol grau

This commit is contained in:
eggy
2017-07-23 07:44:39 +02:00
parent def827d5b0
commit d96cd7060c
2 changed files with 6 additions and 2 deletions

View File

@@ -162,7 +162,7 @@
<!-- EVENT topiclist_row_prepend -->
<!-- IF topicrow.S_UNREAD_TOPIC and not S_IS_BOT -->
<a class="unread" href="{topicrow.U_NEWEST_POST}">
<i class="icon fa-file fa-fw icon-red icon-md" aria-hidden="true"></i><span class="sr-only">{NEW_POST}</span>
<i class="icon fa-file fa-fw icon.icon-debianforum_unread icon-md" aria-hidden="true"></i><span class="sr-only">{NEW_POST}</span>
</a>
<!-- ENDIF -->
<a href="{topicrow.U_VIEW_TOPIC}" class="topictitle">{topicrow.TOPIC_TITLE}</a>

View File

@@ -219,8 +219,12 @@ dl.details dd {
color: #BC2A4D;
}
.icon.icon-debianforum_unread, a:hover .icon.icon-debianforum_unread{
color: #cc6699;
}
.icon.icon-debianforum_grau, a:hover .icon.icon-debianforum_grau{
color: #80e7f2;
color: #bbbbbb;
}
.icon.icon-debianforum_hellblau, a:hover .icon.icon-debianforum_hellblau{