From 005e378cbdf12fe112c3025d31cefcb153e21282 Mon Sep 17 00:00:00 2001 From: Gabriele Date: Mon, 8 Dec 2014 22:00:00 +0100 Subject: [PATCH] WebUI: Don't change cursor style for the file list Changing the cursor is misleading, no operation can be done. --- src/webui/www/public/css/dynamicTable.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/webui/www/public/css/dynamicTable.css b/src/webui/www/public/css/dynamicTable.css index 2799f3b85..8be76dfc2 100644 --- a/src/webui/www/public/css/dynamicTable.css +++ b/src/webui/www/public/css/dynamicTable.css @@ -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; }