Merge pull request #2339 from cdr/ios-input-3cf7

login.css: Disable webkit appearance for input elements
This commit is contained in:
Anmol Sethi 2020-11-19 11:31:07 -05:00 committed by GitHub
commit b540737b10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -37,3 +37,7 @@ body {
.login-form > .field > .submit {
margin-left: 20px;
}
input {
-webkit-appearance: none;
}