Browse Source

Merge pull request #3676 from individual-it/trash_problem

fix for #3201
pull/3682/head
Joas Schilling 9 years ago
committed by GitHub
parent
commit
5d4cc4a17b
  1. 7
      apps/files_trashbin/css/trash.css

7
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;
}

Loading…
Cancel
Save