mirror of
https://github.com/jlengrand/leaflet-geosearch.git
synced 2026-03-10 08:31:26 +00:00
16 lines
259 B
CSS
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;
|
|
}
|