fix input element style

This commit is contained in:
blek 2023-09-06 21:25:52 +10:00
parent 2bc6569856
commit 2eb06e2447
Signed by: blek
GPG Key ID: 14546221E3595D0C
1 changed files with 2 additions and 2 deletions

View File

@ -39,8 +39,8 @@
border-color: #8284a220;
}
.input-status-standby {
background: transparent;
border-color: transparent;
background: #3d405420;
border-color: #3d405415;
}
.input-status-yellow {
background: #f3c237;