IE color fix on login

This commit is contained in:
Til 2026-06-04 13:59:53 +02:00
parent 1712fd8516
commit 86a7f06a97

View file

@ -305,7 +305,8 @@ form {
}
input {
margin: 1em 0 0 0;
background: none;
background: #ccc;
background: var(--transparent);
padding: .5em;
border-color: rgb(72, 182, 255);
border-radius: .3em;