Highlight hovered state rows even if there is no href

fixes #8024
This commit is contained in:
Johannes Meyer 2014-12-11 10:54:58 +01:00
parent dc0f396fbf
commit 73f9328f12
1 changed files with 1 additions and 1 deletions

View File

@ -194,7 +194,7 @@ tr.state.handled td.state {
} }
/* HOVER colors */ /* HOVER colors */
tr[href]:hover { tr.state:hover, tr[href]:hover {
color: black; color: black;
background-color: #eee; background-color: #eee;
} }