Hide location label arrow

This commit is contained in:
Zakary Timson 2019-09-08 12:12:55 -04:00
parent dfeef3e7e3
commit 12c04c366d

View File

@ -62,6 +62,10 @@ a[href^="https://maps.google.com/maps"]{display:none !important}
color: white; color: white;
} }
.leaflet-tooltip-bottom:before {
display: none;
}
.leaflet-popup-content-wrapper { .leaflet-popup-content-wrapper {
background: rgba(0, 0, 0, 0.6) !important; background: rgba(0, 0, 0, 0.6) !important;
color: white !important; color: white !important;