style: sync page list hover background with gadjo (#20912)

This commit is contained in:
Frédéric Péters 2017-12-27 20:02:04 +01:00
parent 3cf2b6b929
commit 78e4a78953
1 changed files with 3 additions and 2 deletions

View File

@ -135,9 +135,10 @@ div.objects-list {
}
div.objects-list > div {
border: 1px solid #bcbcbc;
border: 1px solid #aaa;
border-collapse: collapse;
margin-top: -1px;
transition: background ease 0.2s;
}
div.objects-list > div a {
@ -156,7 +157,7 @@ span.handle {
width: 1em;
}
div.objects-list > div:hover {
background: #ccc;
background: #eee;
}
div.objects-list > div.level-1 {