maps: hide leaflet base marker (#17542)

This commit is contained in:
Frédéric Péters 2017-07-11 15:16:00 +02:00
parent 87dee7235f
commit 4b140eb372
1 changed files with 5 additions and 0 deletions

View File

@ -5,6 +5,11 @@ div.combo-cell-map.leaflet-container {
/* leaflet styles */
div.leaflet-marker-icon {
border: none;
background: transparent;
}
div.leaflet-div-icon span {
width: 2.3em;
height: 2.3em;