# HG changeset patch # User Markus Kottlaender # Date 1543416356 -3600 # Node ID 8e2c9e518440b8d911ab6c1ebdbe3da86c0cf9fc # Parent d6dc4bcf55d3c1f2edf309ecf31ad57b71a4fe03 improved search style - added icons for search result types - added missing box-shadow - improved style when hovering search results diff -r d6dc4bcf55d3 -r 8e2c9e518440 client/src/components/map/Search.vue --- a/client/src/components/map/Search.vue Wed Nov 28 15:24:47 2018 +0100 +++ b/client/src/components/map/Search.vue Wed Nov 28 15:45:56 2018 +0100 @@ -18,8 +18,13 @@ v-if="showSearchbar && searchResults !== null && !showContextBox" class="searchresults border-top ui-element bg-white rounded-bottom d-print-none position-absolute" > -
- {{ entry.name }} +
@@ -62,6 +67,7 @@ fill: #666 .searchresults + box-shadow: $shadow-xs top: $icon-height left: 0 right: 0 @@ -69,6 +75,10 @@ overflow: auto > div:first-child border-top: 0 !important + a + text-decoration: none + &:hover + background: #f8f8f8