diff options
author | Joas Schilling <coding@schilljs.com> | 2017-03-02 09:47:52 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-02 09:47:52 +0100 |
commit | 5d4cc4a17b415ae655e83abfe6ecc7675696c055 (patch) | |
tree | 8b54e591b23becf6ac8f42843744fee65d5b80c1 /apps | |
parent | a7da76ea8a972c52c003c3ce815f7e3a499167f0 (diff) | |
parent | b0980ee2b8befc6e2f39771df2af60b2907c8aef (diff) | |
download | nextcloud-server-5d4cc4a17b415ae655e83abfe6ecc7675696c055.tar.gz nextcloud-server-5d4cc4a17b415ae655e83abfe6ecc7675696c055.zip |
Merge pull request #3676 from individual-it/trash_problem
fix for #3201
Diffstat (limited to 'apps')
-rw-r--r-- | apps/files_trashbin/css/trash.css | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/apps/files_trashbin/css/trash.css b/apps/files_trashbin/css/trash.css index 951497394c3..f150e557231 100644 --- a/apps/files_trashbin/css/trash.css +++ b/apps/files_trashbin/css/trash.css @@ -8,11 +8,8 @@ * */ #app-content-trashbin tbody tr[data-type="file"] td a.name, -#app-content-trashbin tbody tr[data-type="file"] td a.name { - cursor: default; -} - -span.nametext, span.innernametext, span.extension { +#app-content-trashbin tbody tr[data-type="file"] td a.name span.nametext, +#app-content-trashbin tbody tr[data-type="file"] td a.name span.nametext span { cursor: default; } |