1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-02 06:51:08 +02: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

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