fix: refs #7404 #7404 style VnSearchbar

This commit is contained in:
Javier Segarra 2024-10-05 00:02:25 +02:00
parent 6e16febe8b
commit 18227411f0
1 changed files with 3 additions and 3 deletions

View File

@ -170,10 +170,10 @@ async function search() {
cursor: help; cursor: help;
} }
#searchbar { #searchbar {
.q-field > .q-field__inner > .q-field__control { .q-field__append.q-field__marginal.row.no-wrap.items-center.row {
height: 40px; height: inherit;
align-items: flex-start;
} }
.q-field--standout.q-field--highlighted .q-field__control { .q-field--standout.q-field--highlighted .q-field__control {
align-items: center; align-items: center;
background-color: white; background-color: white;