mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Merge pull request #400 from AnatoleLucet/style/fix-input-cursor-pointer
Fix input file cursor pointer
This commit is contained in:
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user