From af028f8d72e552a5c9b5a65424d1c90c2b1a7ada Mon Sep 17 00:00:00 2001 From: Marc Alexander <admin@m-a-styles.de> Date: Sat, 11 Feb 2017 11:34:03 +0100 Subject: [PATCH] [ticket/14979] Do not display underline for unread icon PHPBB3-14979 --- phpBB/styles/prosilver/theme/links.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/phpBB/styles/prosilver/theme/links.css b/phpBB/styles/prosilver/theme/links.css index 6da14c9326..f6c24bfb7c 100644 --- a/phpBB/styles/prosilver/theme/links.css +++ b/phpBB/styles/prosilver/theme/links.css @@ -89,6 +89,10 @@ a.lastsubject:hover { text-decoration: underline; } +a.unread { + text-decoration: none; +} + /* Post body links */ .postlink { text-decoration: none;