mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-13 02:55:20 +02:00
Merge pull request #4696 from marc1706/ticket/14979
[ticket/14979] Do not display underline for unread icon
This commit is contained in:
commit
3e9f12d12d
@ -89,6 +89,17 @@ a.lastsubject:hover {
|
|||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.row-item a:hover {
|
||||||
|
text-decoration: none
|
||||||
|
}
|
||||||
|
|
||||||
|
.row-item .topictitle:hover,
|
||||||
|
.row-item .subforum:hover,
|
||||||
|
.row-item .username:hover,
|
||||||
|
.row-item .username-coloured:hover {
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
|
||||||
/* Post body links */
|
/* Post body links */
|
||||||
.postlink {
|
.postlink {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user