mirror of
https://github.com/phpbb/phpbb.git
synced 2025-04-20 07:42:09 +02:00
[ticket/16829] forumtitle and lastsubject text decoration hover
Fix text decoration on hover for forumtitle and last subject PHPBB3-16829
This commit is contained in:
parent
90fccff6f1
commit
f7487e4e5c
@ -93,10 +93,12 @@ a.lastsubject:hover {
|
||||
text-decoration: none
|
||||
}
|
||||
|
||||
.row-item .forumtitle:hover,
|
||||
.row-item .topictitle:hover,
|
||||
.row-item .lastsubject:hover,
|
||||
.row-item .subforum:hover,
|
||||
.row-item .username:hover,
|
||||
.row-item .username-coloured:hover {
|
||||
.row-item a.username:hover,
|
||||
.row-item a.username-coloured:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user