mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/11025] Add underline for hover to classes
PHPBB3-11025
This commit is contained in:
parent
4ff644890a
commit
edec4a492e
2 changed files with 8 additions and 0 deletions
|
@ -71,6 +71,10 @@ a.lastsubject {
|
|||
text-decoration: none;
|
||||
}
|
||||
|
||||
a.lastsubject:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
/* Post body links */
|
||||
.postlink {
|
||||
text-decoration: none;
|
||||
|
|
|
@ -427,6 +427,10 @@ a.lastsubject {
|
|||
text-decoration: none;
|
||||
}
|
||||
|
||||
a.lastsubject:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
th a,
|
||||
th a:visited {
|
||||
color: #FFA34F !important;
|
||||
|
|
Loading…
Add table
Reference in a new issue