fix: refs #7404 VnSearchbar

This commit is contained in:
Javier Segarra 2024-10-01 13:20:55 +02:00
parent ea7c799909
commit 9af08a4b28
1 changed files with 4 additions and 0 deletions

View File

@ -169,7 +169,11 @@ async function search() {
cursor: help;
}
#searchbar {
.q-field > .q-field__inner > .q-field__control {
height: 40px;
}
.q-field--standout.q-field--highlighted .q-field__control {
align-items: center;
background-color: white;
color: black;
.q-field__native,