1
0
Fork 0
mirror of synced 2024-06-29 03:30:34 +12:00

Merge pull request #400 from AnatoleLucet/style/fix-input-cursor-pointer

Fix input file cursor pointer
This commit is contained in:
Eldad A. Fux 2020-06-11 22:04:31 +03:00 committed by GitHub
commit f45bc08b83
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -17,6 +17,11 @@ input, textarea {
background: var(--config-color-background-input);
}
input[type=file],
input[type=file]::-webkit-file-upload-button {
cursor: pointer;
}
button,
.button {
display: inline-block;