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:
@@ -32,3 +32,9 @@
|
||||
<option {value}>{label}</option>
|
||||
{/each}
|
||||
</select>
|
||||
|
||||
<style lang="scss">
|
||||
select {
|
||||
width: 100%;
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user