1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 05:50:42 +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;
}
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;
}