forked from potsda.mn/mobilizon
fix(map): Fix style of the map marker
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
a22a5e3cb9
commit
c7b90cd60a
|
@ -226,7 +226,7 @@ div.map-container {
|
|||
@import "leaflet.locatecontrol/dist/L.Control.Locate.css";
|
||||
|
||||
.leaflet-div-icon {
|
||||
background: unset;
|
||||
border: unset;
|
||||
background: unset !important;
|
||||
border: unset !important;
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in a new issue