1
0
Fork 0
mirror of synced 2024-09-30 09:18:14 +13: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); background: var(--config-color-background-input);
} }
input[type=file],
input[type=file]::-webkit-file-upload-button {
cursor: pointer;
}
button, button,
.button { .button {
display: inline-block; display: inline-block;