mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-02 23:07:39 +02:00
[ticket/11025] Add underline for hover to classes
PHPBB3-11025
This commit is contained in:
@@ -71,6 +71,10 @@ a.lastsubject {
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a.lastsubject:hover {
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
|
||||||
/* Post body links */
|
/* Post body links */
|
||||||
.postlink {
|
.postlink {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
@@ -427,6 +427,10 @@ a.lastsubject {
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a.lastsubject:hover {
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
|
||||||
th a,
|
th a,
|
||||||
th a:visited {
|
th a:visited {
|
||||||
color: #FFA34F !important;
|
color: #FFA34F !important;
|
||||||
|
Reference in New Issue
Block a user