Fixed tooltip point color

This commit is contained in:
Zakary Timson 2019-09-08 19:06:44 -04:00
parent f899772218
commit d887fcabb2

View File

@ -61,9 +61,18 @@ a[href^="https://maps.google.com/maps"]{display:none !important}
border-color: rgba(0, 0, 0, 0.6) !important;
color: white;
&:before {
&.leaflet-tooltip-right:before {
border-right-color: rgba(0, 0, 0, 0.6) !important;
}
&.leaflet-tooltip-bottom:before {
border-bottom-color: rgba(0, 0, 0, 0.6) !important;
}
&.leaflet-tooltip-top:before {
border-top-color: rgba(0, 0, 0, 0.6) !important;
}
&.leaflet-tooltip-left:before {
border-left-color: rgba(0, 0, 0, 0.6) !important;
}
}
.leaflet-tooltip-bottom:before {