diff options
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 { |