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 Felix Schäfer
parent 17793c87e3
commit 37c762b997

View File

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