diff --git a/phpBB/styles/prosilver/theme/links.css b/phpBB/styles/prosilver/theme/links.css index 3553df4d1c..6a61e9a262 100644 --- a/phpBB/styles/prosilver/theme/links.css +++ b/phpBB/styles/prosilver/theme/links.css @@ -89,15 +89,14 @@ a.lastsubject:hover { text-decoration: underline; } -a.unread { - text-decoration: none; +.row-item a:hover { + text-decoration: none } -dd.lastpost a:hover { - text-decoration: none; -} - -dd.lastpost a.username-coloured:hover, dd.lastpost a.username { +.row-item .topictitle:hover, +.row-item .subforum:hover, +.row-item .username:hover, +.row-item .username-coloured:hover { text-decoration: underline; }