Browse Source

fix mouse pointer

Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
pull/2436/head
Bjoern Schiessle 9 years ago
parent
commit
a4e2dc3033
No known key found for this signature in database GPG Key ID: 2378A753E2BF04F6
  1. 6
      apps/files_trashbin/css/trash.css

6
apps/files_trashbin/css/trash.css

@ -8,10 +8,14 @@
*
*/
#app-content-trashbin tbody tr[data-type="file"] td a.name,
#app-content-trashbin tbody tr[data-type="file"] td a.name span {
#app-content-trashbin tbody tr[data-type="file"] td a.name {
cursor: default;
}
span.nametext, span.innernametext, span.extension {
cursor: default;
}
#app-content-trashbin .summary :last-child {
padding: 0;
}

Loading…
Cancel
Save