summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorArtur Neumann <info@individual-it.net>2017-03-02 13:16:28 +0545
committerArtur Neumann <info@individual-it.net>2017-03-02 13:16:28 +0545
commitb0980ee2b8befc6e2f39771df2af60b2907c8aef (patch)
treed9074d80073a5a65540f0ff8ac6633ab80171350 /apps
parent4f071f61c6f7b7e8fc5e4306a038c0801ccf1e2f (diff)
downloadnextcloud-server-b0980ee2b8befc6e2f39771df2af60b2907c8aef.tar.gz
nextcloud-server-b0980ee2b8befc6e2f39771df2af60b2907c8aef.zip
fix for #3201
Diffstat (limited to 'apps')
-rw-r--r--apps/files_trashbin/css/trash.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/apps/files_trashbin/css/trash.css b/apps/files_trashbin/css/trash.css
index 053e2e7002c..f150e557231 100644
--- a/apps/files_trashbin/css/trash.css
+++ b/apps/files_trashbin/css/trash.css
@@ -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 {