cursor:pointer on input[type=file] doesn't work in webkit browsers... (#5244)

This commit is contained in:
Simon Huber 2020-12-10 18:09:03 +01:00 committed by GitHub
parent 50d8325d4c
commit 1af1f6621a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -2710,6 +2710,10 @@ body.tc-dirty span.tc-dirty-indicator, body.tc-dirty span.tc-dirty-indicator svg
display: inline-block;
}
::-webkit-file-upload-button {
cursor:pointer;
}
/*
** Thumbnail macros
*/