mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-13 08:17: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:
parent
1332ca318b
commit
005e378cbd
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user