Remove torrent list bg color for odd rows

This commit is contained in:
Ricardo Ribeiro 2017-05-13 14:06:58 +01:00
parent 2e30a7be84
commit c14649bfb4
1 changed files with 3 additions and 0 deletions

View File

@ -88,4 +88,7 @@ table.torrent-list thead th.sorting_desc:after {
margin-left: 20px;
margin-bottom: 10px;
}
}
.table-striped>tbody>tr:nth-of-type(odd) {
background-color: white;
}