1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-12 15:57:57 +00:00

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;
}