Skip to content

Commit

Permalink
login.css: Disable webkit appearance for input elements
Browse files Browse the repository at this point in the history
Not sure why Safari does these things...

Closes #2247
  • Loading branch information
nhooyr committed Nov 19, 2020
1 parent 30100ca commit 2dc7863
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/browser/pages/login.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,7 @@ body {
.login-form > .field > .submit {
margin-left: 20px;
}

input {
-webkit-appearance: none;
}

0 comments on commit 2dc7863

Please sign in to comment.