diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2017-11-09 00:00:07 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-09 00:00:07 +0100 |
commit | f9d8eb2a2ed22f630b38a3849725039ae84c63b9 (patch) | |
tree | cef2853a67423540bd9f2b7be040b7a357f8a79f | |
parent | e0784c66ed516ae39e553f5905331f3452d884a4 (diff) | |
parent | d44cbe3793bcc4c80edb0b7534c94123c76232c1 (diff) | |
download | nextcloud-server-f9d8eb2a2ed22f630b38a3849725039ae84c63b9.tar.gz nextcloud-server-f9d8eb2a2ed22f630b38a3849725039ae84c63b9.zip |
Merge pull request #7111 from nextcloud/login-button-ios-f
Fix login appearance for ios webkit engine
-rw-r--r-- | core/css/guest.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/css/guest.css b/core/css/guest.css index 79c98d37f5f..40940a0feb9 100644 --- a/core/css/guest.css +++ b/core/css/guest.css @@ -161,6 +161,7 @@ input { padding: 11px 10px 9px; outline: none; border-radius: 3px; + -webkit-appearance: none; } input[type='submit'], input[type='button'], |