Cleanup of unnecesary addition

This commit is contained in:
Remco Brenninkmeijer 2014-07-16 22:08:03 +02:00
parent 742589fe01
commit c8c00d27c4
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@
}
#filestable tbody tr { background-color:#fff; height:40px; }
#filestable tbody tr:hover, tbody tr:active , tbody th:hover, tbody th:active {
#filestable tbody tr:hover, tbody tr:active {
background-color: rgb(240,240,240);
}
#filestable tbody tr.selected {