aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--phpBB/styles/prosilver/theme/links.css13
1 files changed, 6 insertions, 7 deletions
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;
-}
-
-dd.lastpost a:hover {
- text-decoration: none;
+.row-item 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;
}