Fix login appearance for ios webkit engine

This commit is contained in:
John Molakvoæ 2017-11-08 13:27:07 +01:00 committed by GitHub
parent 497cd7fa4e
commit d44cbe3793
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -161,6 +161,7 @@ input {
padding: 11px 10px 9px;
outline: none;
border-radius: 3px;
-webkit-appearance: none;
}
input[type='submit'],
input[type='button'],