style: sync table row and list item hover styles (#20911)

This commit is contained in:
Frédéric Péters 2017-12-27 19:50:50 +01:00
parent c35891d9a1
commit c3bcea469e
1 changed files with 2 additions and 2 deletions

View File

@ -379,11 +379,11 @@ table.main tr td.checkbox {
}
table.main tr:nth-child(even) td {
background: #f5f5f5;
background: #f8f8f8;
}
table.main tr:hover td {
background: #ccc;
background: #eee;
cursor: pointer;
}