diff options
author | Artur Neumann <info@individual-it.net> | 2017-03-02 13:16:28 +0545 |
---|---|---|
committer | Artur Neumann <info@individual-it.net> | 2017-03-02 13:16:28 +0545 |
commit | b0980ee2b8befc6e2f39771df2af60b2907c8aef (patch) | |
tree | d9074d80073a5a65540f0ff8ac6633ab80171350 /apps | |
parent | 4f071f61c6f7b7e8fc5e4306a038c0801ccf1e2f (diff) | |
download | nextcloud-server-b0980ee2b8befc6e2f39771df2af60b2907c8aef.tar.gz nextcloud-server-b0980ee2b8befc6e2f39771df2af60b2907c8aef.zip |
fix for #3201
Diffstat (limited to 'apps')
-rw-r--r-- | apps/files_trashbin/css/trash.css | 5 |
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 { |