Fix workshop search appID lookup and checkbox picker
Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
This commit is contained in:
parent
1514063525
commit
d8ad1aa924
7 changed files with 57 additions and 16 deletions
|
|
@ -514,6 +514,12 @@
|
|||
overflow-x: auto;
|
||||
}
|
||||
|
||||
.sw-picker__results-hint {
|
||||
margin: 0.35rem 0 0.6rem;
|
||||
color: #555;
|
||||
font-size: 0.9rem;
|
||||
}
|
||||
|
||||
.sw-picker__request-row {
|
||||
margin-top: 0.75rem;
|
||||
}
|
||||
|
|
@ -563,6 +569,17 @@
|
|||
color: #fff;
|
||||
}
|
||||
|
||||
.sw-picker__result-toggle {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
gap: 0.35rem;
|
||||
font-size: 0.85rem;
|
||||
}
|
||||
|
||||
.sw-picker__result-toggle input {
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.sw-picker__empty {
|
||||
color: #777;
|
||||
font-size: 0.9rem;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue