[ticket/14979] Use hanakin's CSS version

PHPBB3-14979
This commit is contained in:
Marc Alexander 2017-02-19 16:46:29 +01:00
parent a52d5edd18
commit bdc31265cf
No known key found for this signature in database
GPG key ID: 50E0D2423696F995

View file

@ -89,15 +89,14 @@ a.lastsubject:hover {
text-decoration: underline; text-decoration: underline;
} }
a.unread { .row-item a:hover {
text-decoration: none; text-decoration: none
} }
dd.lastpost a:hover { .row-item .topictitle:hover,
text-decoration: none; .row-item .subforum:hover,
} .row-item .username:hover,
.row-item .username-coloured:hover {
dd.lastpost a.username-coloured:hover, dd.lastpost a.username {
text-decoration: underline; text-decoration: underline;
} }