Show maki icons in overpass markers

This commit is contained in:
Stefan Siegl 2021-04-03 21:20:42 +02:00
parent c3a9221c52
commit d60ab7937c
No known key found for this signature in database
GPG key ID: 73942AF5642F3DDA
4 changed files with 55 additions and 5 deletions

View file

@ -54,15 +54,23 @@ table.dataTable {
vertical-align: top;
}
.overpass-layer-icon i {
.overpass-layer-icon .sign > * {
position: absolute;
top: -34px;
color: white;
margin: auto;
display: inline-block;
font-size: 11px;
}
.overpass-layer-icon .icon-white {
color: white;
}
.overpass-layer-icon .icon-invert {
-webkit-filter: invert(1);
filter: invert(1);
}
/* wrap toolbar controls */
.leaflet-top.leaflet-left {
bottom: 0;