Skip to content

Commit 2dc7863

Browse files
committed
login.css: Disable webkit appearance for input elements
Not sure why Safari does these things... Closes #2247
1 parent 30100ca commit 2dc7863

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/browser/pages/#.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)