<!-- 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>
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{