mirror of
https://github.com/coder/code-server.git
synced 2026-02-05 06:23:35 -06:00
login.css: Disable webkit appearance for input elements
Not sure why Safari does these things... Closes #2247
This commit is contained in:
parent
30100caf0c
commit
2dc7863ec3
@ -37,3 +37,7 @@ body {
|
||||
.login-form > .field > .submit {
|
||||
margin-left: 20px;
|
||||
}
|
||||
|
||||
input {
|
||||
-webkit-appearance: none;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user