diff --git a/demo/demo_search_bar.html b/demo/demo_search_bar.html index 7fb905a..e902717 100644 --- a/demo/demo_search_bar.html +++ b/demo/demo_search_bar.html @@ -24,6 +24,22 @@ } #mapid { height: 100%; } + + .leaflet-control-geocoder-ban-form input { + line-height: 50px !important; + } + + .leaflet-control-geocoder-ban-selected { + background-color: rgba(128, 204, 40, 0.3) !important; + } + + .searchBar { + border: 2px solid rgba(128, 204, 40, 0.5) !important; + min-height: 50px !important; + min-width: 50% !important; + font-size: 1.3em; + } +