login.css: Disable webkit appearance for input elements

Not sure why Safari does these things...

Closes #2247
This commit is contained in:
Anmol Sethi 2020-11-19 10:42:14 -05:00
parent 30100caf0c
commit 2dc7863ec3
No known key found for this signature in database
GPG Key ID: 8CEF1878FF10ADEB
1 changed files with 4 additions and 0 deletions

View File

@ -37,3 +37,7 @@ body {
.login-form > .field > .submit {
margin-left: 20px;
}
input {
-webkit-appearance: none;
}