From 5bc0e89871c546baba02b17f9c75c1bc84c9a304 Mon Sep 17 00:00:00 2001 From: hanakin Date: Tue, 14 Apr 2020 14:15:31 -1000 Subject: [PATCH] [ticket/16439] fix post target h3 color PHPBB3-16439 --- phpBB/styles/prosilver/template/viewtopic_body.html | 2 +- phpBB/styles/prosilver/theme/colours.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/phpBB/styles/prosilver/template/viewtopic_body.html b/phpBB/styles/prosilver/template/viewtopic_body.html index f2ea7662d6..01c3708af7 100644 --- a/phpBB/styles/prosilver/template/viewtopic_body.html +++ b/phpBB/styles/prosilver/template/viewtopic_body.html @@ -224,7 +224,7 @@
style="display: none;"> -

class="first">{postrow.POST_ICON_IMG_ALT} {postrow.POST_SUBJECT}

+

{% if postrow.POST_ICON_IMG %}{{ postrow.POST_ICON_IMG_ALT }} {% endif %}{{ postrow.POST_SUBJECT }}

diff --git a/phpBB/styles/prosilver/theme/colours.css b/phpBB/styles/prosilver/theme/colours.css index 04a895873c..2e7dca8d87 100644 --- a/phpBB/styles/prosilver/theme/colours.css +++ b/phpBB/styles/prosilver/theme/colours.css @@ -116,7 +116,7 @@ a:hover { color: #D31141; } color: #000000; } -.post:target h3 a { +.post h3 a.first-unread { { color: #000000; }