Fix row highlight in other file lists

This commit is contained in:
Vincent Petry 2015-08-25 12:05:04 +02:00
parent 5e6fa3c938
commit 010c03fc30

View file

@ -148,6 +148,7 @@
background-color: rgb(240,240,240);
}
#filestable tbody tr.highlighted,
#filestable tbody tr.highlighted .name:focus,
#filestable tbody tr.selected {
background-color: rgb(230,230,230);
}