WebUI: Don't change cursor style for the file list

Changing the cursor is misleading, no operation can be done.
This commit is contained in:
Gabriele 2014-12-08 22:00:00 +01:00
parent 1332ca318b
commit 005e378cbd

View file

@ -58,6 +58,12 @@
#transferList tr.over {
background-color: #ee6600;
color: #fff;
}
#myTable tr:hover,
#properties #torrentFiles tr.over,
#properties #trackers tr.over,
#transferList tr.over {
cursor: pointer;
}