summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2017-11-08 13:27:07 +0100
committerGitHub <noreply@github.com>2017-11-08 13:27:07 +0100
commitd44cbe3793bcc4c80edb0b7534c94123c76232c1 (patch)
tree64abed0e5a068687ff390cd31619120213c7e3d9
parent497cd7fa4e629d6bb4a279e62b45debb3f47e6b2 (diff)
downloadnextcloud-server-d44cbe3793bcc4c80edb0b7534c94123c76232c1.tar.gz
nextcloud-server-d44cbe3793bcc4c80edb0b7534c94123c76232c1.zip
Fix login appearance for ios webkit engine
-rw-r--r--core/css/guest.css1
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'],