1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-03-24 09:30:34 +01:00

[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;
}
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;
}