Force the hover colour so that even rows highlight. Fixes #1063
This commit is contained in:
parent
8e80e65e0a
commit
03e68da23c
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue