Fix CSS appearance warning and format JS

This commit is contained in:
Zuev
2026-02-26 00:39:48 +03:00
parent 772b110762
commit 684273de50

View File

@@ -111,6 +111,7 @@ input[type="number"]::-webkit-inner-spin-button {
input[type="number"] {
-moz-appearance: textfield;
appearance: textfield;
}
/* Select Base Style */