WebUI: Use CSS to alternate row colors in transferlist

Keep the old code for IE < 9, the majority of the browsers
shouldn't need it.

Also, keep the CSS code in one place.
This commit is contained in:
Gabriele
2014-11-11 15:26:20 +01:00
parent 8a4028fc84
commit 0b6d5c662a
3 changed files with 7 additions and 9 deletions

View File

@@ -29,6 +29,8 @@
}
#myTable tr:nth-child(even),
#filesTable tr:nth-child(even),
#properties #torrentFiles tr.alt,
#properties #trackers tr.alt,
#transferList tr.alt {
@@ -49,6 +51,8 @@
color: #fff;
}
#myTable tr:hover,
#filesTable tr:hover,
#properties #torrentFiles tr.over,
#properties #trackers tr.over,
#transferList tr.over {