feat: optimize usage display

This commit is contained in:
Feifan Zheng
2023-04-03 12:18:04 +00:00
parent a4743034a9
commit bb30fdfa17
9 changed files with 57 additions and 10 deletions

View File

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