mirror of
https://github.com/coder/code-server.git
synced 2025-07-30 13:32:59 +08:00
login.css: Disable webkit appearance for input elements
Not sure why Safari does these things... Closes #2247
This commit is contained in:
@ -37,3 +37,7 @@ body {
|
|||||||
.login-form > .field > .submit {
|
.login-form > .field > .submit {
|
||||||
margin-left: 20px;
|
margin-left: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
input {
|
||||||
|
-webkit-appearance: none;
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user