Browse Source
fix mouse pointer
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
pull/2436/head
Bjoern Schiessle
9 years ago
No known key found for this signature in database
GPG Key ID: 2378A753E2BF04F6
1 changed files with
5 additions and
1 deletions
-
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; |
|
|
|
} |
|
|
|
|