forked from geolba/tethys.frontend
- simple search box as extra vue component: simple-search-component
This commit is contained in:
parent
89c79ec034
commit
ed7bd8c4d2
6 changed files with 176 additions and 50 deletions
|
@ -113,6 +113,10 @@ export default VsInput;
|
|||
border-radius: 4px;
|
||||
color: #363636;
|
||||
}
|
||||
input {
|
||||
border-width: 0;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.autocomplete-results {
|
||||
padding: 0;
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue