fix admin page css

This commit is contained in:
Amberstone 2025-11-22 15:50:14 +09:00
parent b01b33978f
commit 58e4b7004b
Signed by: amber
GPG key ID: 094B0E55F98D8BF1

View file

@ -137,7 +137,10 @@ input {
border-radius: 0;
}
input {
input[type=text],
input[type=password],
input[type=submit],
input[type=image] {
appearance: none;
-webkit-appearance: none;
}