mirror of
https://github.com/9001/copyparty.git
synced 2026-06-18 20:22:27 -06:00
IE color fix on login
This commit is contained in:
parent
1712fd8516
commit
86a7f06a97
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue