From 978e634e921036aa4156ecf23deba90122b2d489 Mon Sep 17 00:00:00 2001 From: eggy Date: Fri, 28 Jul 2017 10:10:07 +0200 Subject: [PATCH] Unread icons --- template/forumlist_body.html | 2 +- template/viewtopic_body.html | 4 ++-- theme/colours.css | 4 ++++ 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/template/forumlist_body.html b/template/forumlist_body.html index 8191c64..06035a5 100644 --- a/template/forumlist_body.html +++ b/template/forumlist_body.html @@ -53,7 +53,7 @@
{forumrow.L_SUBFORUM_STR}{L_COLON} - {forumrow.subforum.SUBFORUM_NAME}{L_COMMA_SEPARATOR} + {forumrow.subforum.SUBFORUM_NAME}{L_COMMA_SEPARATOR} diff --git a/template/viewtopic_body.html b/template/viewtopic_body.html index 71d364b..75bc6a4 100644 --- a/template/viewtopic_body.html +++ b/template/viewtopic_body.html @@ -282,10 +282,10 @@

- {postrow.MINI_POST} + {postrow.MINI_POST} - {postrow.MINI_POST} + {postrow.MINI_POST} {L_POST_BY_AUTHOR} {postrow.POST_AUTHOR_FULL} » {postrow.POST_DATE} diff --git a/theme/colours.css b/theme/colours.css index b0eddae..c9921a8 100644 --- a/theme/colours.css +++ b/theme/colours.css @@ -223,6 +223,10 @@ dl.details dd { color: #cc6699; } +.icon.icon-debianforum_read, a:hover .icon.icon-debianforum_unread{ + color: #d2d2d2; +} + .icon.icon-debianforum_grau, a:hover .icon.icon-debianforum_grau{ color: #bbbbbb; } -- 2.39.2