]> git.aero2k.de Git - dfde-theme.git/commitdiff
rotes unread Symbol grau
authoreggy <eggy@localhost>
Sun, 23 Jul 2017 05:44:39 +0000 (07:44 +0200)
committereggy <eggy@localhost>
Sun, 23 Jul 2017 05:44:39 +0000 (07:44 +0200)
template/viewforum_body.html
theme/colours.css

index b57f48ba154c1605acd56b18d755441b67680d72..b15f65b6a1b6bbb97233e8379e47b85ca6c2e2e7 100644 (file)
                                                <!-- 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>
index ecaf2d4e2425f75c044266c187be4ada085a1528..05da1e701193df3268e76bdddbb583c5152a3a45 100644 (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{