summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2017-03-02 09:47:52 +0100
committerGitHub <noreply@github.com>2017-03-02 09:47:52 +0100
commit5d4cc4a17b415ae655e83abfe6ecc7675696c055 (patch)
tree8b54e591b23becf6ac8f42843744fee65d5b80c1 /apps
parenta7da76ea8a972c52c003c3ce815f7e3a499167f0 (diff)
parentb0980ee2b8befc6e2f39771df2af60b2907c8aef (diff)
downloadnextcloud-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.css7
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;
}