30 lines
689 B
CSS
30 lines
689 B
CSS
.leaflet-vml-shape {
|
|
width: 1px;
|
|
height: 1px;
|
|
}
|
|
.lvml {
|
|
behavior: url(#default#VML);
|
|
display: inline-block;
|
|
position: absolute;
|
|
}
|
|
|
|
.leaflet-popup-tip {
|
|
width: 24px;
|
|
margin: 0 auto;
|
|
|
|
-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
|
|
filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
|
|
}
|
|
.leaflet-popup-content-wrapper {
|
|
zoom: 1;
|
|
}
|
|
.leaflet-popup-tip-container {
|
|
margin-top: -1px;
|
|
}
|
|
.leaflet-popup-content-wrapper,
|
|
.leaflet-popup-tip,
|
|
.leaflet-control-zoom,
|
|
.leaflet-control-layers {
|
|
border: 1px solid #999;
|
|
}
|