54 lines
1.0 KiB
SCSS
54 lines
1.0 KiB
SCSS
.leaflet-vml-shape {
|
|
width: 1px;
|
|
height: 1px;
|
|
}
|
|
|
|
.lvml {
|
|
display: inline-block;
|
|
position: absolute;
|
|
behavior: url(#DEFault#VML);
|
|
}
|
|
|
|
.leaflet-control {
|
|
display: inline;
|
|
}
|
|
|
|
.leaflet-popup-tip {
|
|
width: 21px;
|
|
_width: 27px;
|
|
margin: 0 auto;
|
|
_margin-top: -3px;
|
|
-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-tip-container {
|
|
margin-top: -1px;
|
|
}
|
|
|
|
.leaflet-popup-content-wrapper,
|
|
.leaflet-popup-tip {
|
|
border: 1px solid #BBB;
|
|
}
|
|
|
|
.leaflet-control-zoom {
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#3F000000', EndColorStr='#3F000000');
|
|
}
|
|
|
|
.leaflet-control-zoom a {
|
|
background-color: #EEE;
|
|
}
|
|
|
|
.leaflet-control-zoom a:hover {
|
|
background-color: #FFF;
|
|
}
|
|
|
|
.leaflet-control-attribution,
|
|
.leaflet-control-layers {
|
|
background: WHITE;
|
|
}
|
|
|
|
.leaflet-zoom-box {
|
|
filter: alpha(opacity=50);
|
|
}
|