]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix for #3201 3676/head
authorArtur Neumann <info@individual-it.net>
Thu, 2 Mar 2017 07:31:28 +0000 (13:16 +0545)
committerArtur Neumann <info@individual-it.net>
Thu, 2 Mar 2017 07:31:28 +0000 (13:16 +0545)
apps/files_trashbin/css/trash.css

index 053e2e7002c59c322fb47fc3c91fd9c7e2fe68cb..f150e557231b3c657aee86e5b647513bb8d605d8 100644 (file)
@@ -8,8 +8,9 @@
  *
  */
 #app-content-trashbin tbody tr[data-type="file"] td a.name,
-#app-content-trashbin tbody tr[data-type="file"] td a.name span {
-    cursor: default;
+#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;
 }
 
 #app-content-trashbin .summary :last-child {