mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/14979] Do not display underline for unread icon
PHPBB3-14979
This commit is contained in:
parent
59ad9401d9
commit
af028f8d72
1 changed files with 4 additions and 0 deletions
|
@ -89,6 +89,10 @@ a.lastsubject:hover {
|
|||
text-decoration: underline;
|
||||
}
|
||||
|
||||
a.unread {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
/* Post body links */
|
||||
.postlink {
|
||||
text-decoration: none;
|
||||
|
|
Loading…
Add table
Reference in a new issue