[ticket/14979] Do not display underline for unread icon

PHPBB3-14979
This commit is contained in:
Marc Alexander 2017-02-11 11:34:03 +01:00
parent 59ad9401d9
commit af028f8d72
No known key found for this signature in database
GPG key ID: 50E0D2423696F995

View file

@ -89,6 +89,10 @@ a.lastsubject:hover {
text-decoration: underline; text-decoration: underline;
} }
a.unread {
text-decoration: none;
}
/* Post body links */ /* Post body links */
.postlink { .postlink {
text-decoration: none; text-decoration: none;