1
0
Fork 0
mirror of synced 2024-09-30 09:18:14 +13:00

Merge branch 'master' of github.com:appwrite/appwrite

This commit is contained in:
Eldad Fux 2020-06-11 22:36:15 +03:00
commit 1d5a9548ab
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;