Skip to content

Commit 42f0dca

Browse files
committed
login.css: Disable webkit appearance for input elements
Not sure why Safari does these things...
1 parent 30100ca commit 42f0dca

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)