diff options
author | Bjoern Schiessle <bjoern@schiessle.org> | 2016-12-01 15:37:08 +0100 |
---|---|---|
committer | Bjoern Schiessle <bjoern@schiessle.org> | 2016-12-01 15:37:08 +0100 |
commit | a4e2dc3033e40b58e5e72e2bda85a327ff092464 (patch) | |
tree | ec1fe29bf925c8e3fd9bb6d60713e2f034a7930f /apps/files_trashbin | |
parent | b89aafc24137c5fbb25ec0d4f4fa5d11a1d5254f (diff) | |
download | nextcloud-server-a4e2dc3033e40b58e5e72e2bda85a327ff092464.tar.gz nextcloud-server-a4e2dc3033e40b58e5e72e2bda85a327ff092464.zip |
fix mouse pointer
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
Diffstat (limited to 'apps/files_trashbin')
-rw-r--r-- | apps/files_trashbin/css/trash.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/apps/files_trashbin/css/trash.css b/apps/files_trashbin/css/trash.css index 053e2e7002c..951497394c3 100644 --- a/apps/files_trashbin/css/trash.css +++ b/apps/files_trashbin/css/trash.css @@ -8,10 +8,14 @@ * */ #app-content-trashbin tbody tr[data-type="file"] td a.name, -#app-content-trashbin tbody tr[data-type="file"] td a.name span { +#app-content-trashbin tbody tr[data-type="file"] td a.name { cursor: default; } +span.nametext, span.innernametext, span.extension { + cursor: default; +} + #app-content-trashbin .summary :last-child { padding: 0; } |