Browse Source

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

Changing the cursor is misleading, no operation can be done.
adaptive-webui-19844
Gabriele 10 years ago
parent
commit
005e378cbd
  1. 6
      src/webui/www/public/css/dynamicTable.css

6
src/webui/www/public/css/dynamicTable.css

@ -58,6 +58,12 @@ @@ -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…
Cancel
Save