fix mouse pointer

Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
This commit is contained in:
Bjoern Schiessle 2016-12-01 15:37:08 +01:00
parent b89aafc241
commit a4e2dc3033
No known key found for this signature in database
GPG Key ID: 2378A753E2BF04F6
1 changed files with 5 additions and 1 deletions

View File

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