Change background color of rows of torrent content

This commit is contained in:
Gabriele 2014-11-04 22:00:00 +01:00
commit 4ff999d1c5

View file

@ -342,4 +342,9 @@ ul.filterList li:hover {
ul.filterList li:hover a {
color: white;
}
#filesTable tr:hover {
background-color: #e60;
color: white;
}