Merge pull request #7111 from nextcloud/login-button-ios-f

Fix login appearance for ios webkit engine
This commit is contained in:
Lukas Reschke 2017-11-09 00:00:07 +01:00 committed by GitHub
commit f9d8eb2a2e
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'],