[ticket/11025] Add underline for hover to classes

PHPBB3-11025
This commit is contained in:
Matt Friedman 2012-07-23 18:47:23 -07:00
parent 4ff644890a
commit edec4a492e
2 changed files with 8 additions and 0 deletions

View file

@ -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;

View file

@ -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;