mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-06 23:52:31 -06: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:
@@ -58,6 +58,12 @@
|
|||||||
#transferList tr.over {
|
#transferList tr.over {
|
||||||
background-color: #ee6600;
|
background-color: #ee6600;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
|
#myTable tr:hover,
|
||||||
|
#properties #torrentFiles tr.over,
|
||||||
|
#properties #trackers tr.over,
|
||||||
|
#transferList tr.over {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user