Improve the Stability parameter control panel

This commit is contained in:
licoy
2024-07-02 10:24:19 +08:00
parent 34034be0e3
commit bbbf59c74a
11 changed files with 299 additions and 8 deletions

View File

@@ -226,7 +226,8 @@ input[type="range"]::-ms-thumb:hover {
input[type="number"],
input[type="text"],
input[type="password"] {
input[type="password"],
textarea {
appearance: none;
border-radius: 10px;
border: var(--border-in-light);