1
0
Fork 0
mirror of synced 2024-06-24 01:00:35 +12:00

Fix input file cursor pointer

This commit is contained in:
AnatoleLucet 2020-06-11 14:24:25 +02:00
parent c2deb11361
commit cf6de7d3f8
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;