mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-25 20:58:55 +00:00
[ticket/14979] Add text-decoration settings for lastpost links as well
PHPBB3-14979
This commit is contained in:
parent
af028f8d72
commit
a52d5edd18
1 changed files with 8 additions and 0 deletions
|
@ -93,6 +93,14 @@ a.unread {
|
|||
text-decoration: none;
|
||||
}
|
||||
|
||||
dd.lastpost a:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
dd.lastpost a.username-coloured:hover, dd.lastpost a.username {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
/* Post body links */
|
||||
.postlink {
|
||||
text-decoration: none;
|
||||
|
|
Loading…
Add table
Reference in a new issue