mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
Merge pull request #6260 from Prosk8er/ticket/16829
[ticket/16829] forumtitle and lastsubject text decoration hover
This commit is contained in:
commit
2ef37a8e77
1 changed files with 4 additions and 2 deletions
|
@ -93,10 +93,12 @@ a.lastsubject:hover {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.row-item .forumtitle:hover,
|
||||||
.row-item .topictitle:hover,
|
.row-item .topictitle:hover,
|
||||||
|
.row-item .lastsubject:hover,
|
||||||
.row-item .subforum:hover,
|
.row-item .subforum:hover,
|
||||||
.row-item .username:hover,
|
.row-item a.username:hover,
|
||||||
.row-item .username-coloured:hover {
|
.row-item a.username-coloured:hover {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue