fix: refs #7404 VnSearchbar
This commit is contained in:
parent
ea7c799909
commit
9af08a4b28
|
@ -169,7 +169,11 @@ async function search() {
|
||||||
cursor: help;
|
cursor: help;
|
||||||
}
|
}
|
||||||
#searchbar {
|
#searchbar {
|
||||||
|
.q-field > .q-field__inner > .q-field__control {
|
||||||
|
height: 40px;
|
||||||
|
}
|
||||||
.q-field--standout.q-field--highlighted .q-field__control {
|
.q-field--standout.q-field--highlighted .q-field__control {
|
||||||
|
align-items: center;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
color: black;
|
color: black;
|
||||||
.q-field__native,
|
.q-field__native,
|
||||||
|
|
Loading…
Reference in New Issue