Merge pull request #3676 from individual-it/trash_problem

fix for #3201
pull/3656/head^2
Joas Schilling 9 years ago committed by GitHub
commit 5d4cc4a17b
  1. 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