mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-25 02:36:10 +03: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
1 changed files with 6 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue