mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-03 00:17:35 +02:00
[ticket/14979] Add text-decoration settings for lastpost links as well
PHPBB3-14979
This commit is contained in:
@ -93,6 +93,14 @@ a.unread {
|
|||||||
text-decoration: none;
|
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 */
|
/* Post body links */
|
||||||
.postlink {
|
.postlink {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
Reference in New Issue
Block a user