diff options
author | Vincent Petry <pvince81@owncloud.com> | 2015-09-29 13:24:33 +0200 |
---|---|---|
committer | Vincent Petry <pvince81@owncloud.com> | 2015-09-29 13:24:33 +0200 |
commit | d52361b09b3960d962f59b03a7aa178b45efa5b1 (patch) | |
tree | ce1433f231906dceda3c881dd5f6acdcca93c838 /apps/files/css/files.css | |
parent | 4eb299a308fa7501d3106c2857539bfc51bf5509 (diff) | |
download | nextcloud-server-d52361b09b3960d962f59b03a7aa178b45efa5b1.tar.gz nextcloud-server-d52361b09b3960d962f59b03a7aa178b45efa5b1.zip |
Disable sorting when multiselect is enabled in file list
Diffstat (limited to 'apps/files/css/files.css')
-rw-r--r-- | apps/files/css/files.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/files/css/files.css b/apps/files/css/files.css index 5b1cd48fd49..d5ac9233239 100644 --- a/apps/files/css/files.css +++ b/apps/files/css/files.css @@ -190,6 +190,9 @@ table th .sort-indicator { .multiselect .sort-indicator { visibility: hidden; } +.multiselect .sort, .multiselect .sort span { + cursor: default; +} table th:hover .sort-indicator.hidden, table th:focus .sort-indicator.hidden { visibility: visible; |