diff options
Diffstat (limited to 'apps/files_trashbin/css/trash.css')
-rw-r--r-- | apps/files_trashbin/css/trash.css | 7 |
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; } |