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:
@@ -162,7 +162,7 @@
|
|||||||
<!-- EVENT topiclist_row_prepend -->
|
<!-- EVENT topiclist_row_prepend -->
|
||||||
<!-- IF topicrow.S_UNREAD_TOPIC and not S_IS_BOT -->
|
<!-- IF topicrow.S_UNREAD_TOPIC and not S_IS_BOT -->
|
||||||
<a class="unread" href="{topicrow.U_NEWEST_POST}">
|
<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>
|
</a>
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
<a href="{topicrow.U_VIEW_TOPIC}" class="topictitle">{topicrow.TOPIC_TITLE}</a>
|
<a href="{topicrow.U_VIEW_TOPIC}" class="topictitle">{topicrow.TOPIC_TITLE}</a>
|
||||||
|
|||||||
@@ -219,8 +219,12 @@ dl.details dd {
|
|||||||
color: #BC2A4D;
|
color: #BC2A4D;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.icon.icon-debianforum_unread, a:hover .icon.icon-debianforum_unread{
|
||||||
|
color: #cc6699;
|
||||||
|
}
|
||||||
|
|
||||||
.icon.icon-debianforum_grau, a:hover .icon.icon-debianforum_grau{
|
.icon.icon-debianforum_grau, a:hover .icon.icon-debianforum_grau{
|
||||||
color: #80e7f2;
|
color: #bbbbbb;
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon.icon-debianforum_hellblau, a:hover .icon.icon-debianforum_hellblau{
|
.icon.icon-debianforum_hellblau, a:hover .icon.icon-debianforum_hellblau{
|
||||||
|
|||||||
Reference in New Issue
Block a user