Reuse select padding from inputs

This commit is contained in:
Cohee 2024-09-22 23:17:48 +03:00
parent d1d1586008
commit 1ea99758a8
1 changed files with 1 additions and 1 deletions

View File

@ -2573,7 +2573,7 @@ select {
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
padding: 3px 2px;
padding: 3px 5px;
background-color: var(--black30a);
border: 1px solid var(--SmartThemeBorderColor);
border-radius: 5px;