Fixed tooltip point color
This commit is contained in:
parent
f899772218
commit
d887fcabb2
@ -61,9 +61,18 @@ a[href^="https://maps.google.com/maps"]{display:none !important}
|
|||||||
border-color: rgba(0, 0, 0, 0.6) !important;
|
border-color: rgba(0, 0, 0, 0.6) !important;
|
||||||
color: white;
|
color: white;
|
||||||
|
|
||||||
&:before {
|
&.leaflet-tooltip-right:before {
|
||||||
border-right-color: rgba(0, 0, 0, 0.6) !important;
|
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 {
|
.leaflet-tooltip-bottom:before {
|
||||||
|
Loading…
Reference in New Issue
Block a user