Force the hover colour so that even rows highlight. Fixes #1063

This commit is contained in:
Andrew Smith 2012-07-05 21:43:54 +10:00 committed by Kolan Sh
parent 8e80e65e0a
commit 03e68da23c
1 changed files with 1 additions and 1 deletions

View File

@ -611,7 +611,7 @@ a.toggle-all:hover {
}
table.list tbody tr:hover {
background-color: #ffffdd;
background-color: #ffd !important;
}
table.list tbody tr.group:hover {