Files
leaflet-geosearch/docs/components/SearchResults.css
2016-12-19 19:44:18 +01:00

16 lines
259 B
CSS

.item > * {
border: 1px solid transparent;
line-height: 32px;
padding: 0 18px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.item > *:hover,
.item > :global(.active) {
background-color: #f8f8f8;
border-color: #c6c6c6;
}