1
0
mirror of https://github.com/koloml/furbooru-tagging-assistant.git synced 2025-12-24 07:12:57 +00:00

Update default appearance of selectors

This commit is contained in:
2024-08-07 03:48:47 +04:00
parent e85055368a
commit 56f397c2d8
2 changed files with 11 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
@use '../colors';
input, textarea {
input, textarea, select {
background: colors.$input-background;
border: 1px solid colors.$input-border;
color: colors.$text;
@@ -9,3 +9,7 @@ input, textarea {
padding: 0 6px;
line-height: 26px;
}
select {
min-height: 28px;
}