diff --git a/src/index.html b/src/index.html index 8d339ca..5221d5d 100644 --- a/src/index.html +++ b/src/index.html @@ -32,6 +32,38 @@ [v-cloak] { display: none; } + + #autocomplete { + min-height: calc(1.5em + .75rem + 2px); + } + + .location-search-control { + display: block; + width: 100%; + color-scheme: light; + } + + .location-search-control::part(input) { + min-height: calc(1.5em + .75rem + 2px); + padding: .375rem .75rem; + border: 1px solid #ced4da; + border-radius: .25rem; + background-color: #fff; + color: #495057; + font: inherit; + line-height: 1.5; + } + + .location-search-control::part(prediction-list) { + border: 1px solid rgba(0, 0, 0, .15); + border-radius: .25rem; + box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15); + } + + .location-search-disabled { + opacity: .65; + pointer-events: none; + }