Skip to content

Commit b540737

Browse files
authored
Merge pull request #2339 from cdr/ios-input-3cf7
login.css: Disable webkit appearance for input elements
2 parents 4380356 + 2dc7863 commit b540737

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/browser/pages/login.css

+4
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,7 @@ body {
3737
.login-form > .field > .submit {
3838
margin-left: 20px;
3939
}
40+
41+
input {
42+
-webkit-appearance: none;
43+
}

0 commit comments

Comments
 (0)