From a52d5edd18a2218a95f7e3bc4bf02560b4dbf31f Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Mon, 13 Feb 2017 21:09:28 +0100 Subject: [PATCH] [ticket/14979] Add text-decoration settings for lastpost links as well PHPBB3-14979 --- phpBB/styles/prosilver/theme/links.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/phpBB/styles/prosilver/theme/links.css b/phpBB/styles/prosilver/theme/links.css index f6c24bfb7c..3553df4d1c 100644 --- a/phpBB/styles/prosilver/theme/links.css +++ b/phpBB/styles/prosilver/theme/links.css @@ -93,6 +93,14 @@ a.unread { text-decoration: none; } +dd.lastpost a:hover { + text-decoration: none; +} + +dd.lastpost a.username-coloured:hover, dd.lastpost a.username { + text-decoration: underline; +} + /* Post body links */ .postlink { text-decoration: none;