/*S leaflet-control-measure-distance*/ .leaflet-control-measure-distance { border:1px solid #000 !important; width: 26px; height: 26px; position: relative; } .leaflet-control-measure-distance-link { width: 26px; height: 26px; text-align: center; text-decoration: none; color: black; display: block; cursor: pointer; float: left; border-bottom: none !important; } .leaflet-control-measure-distance-link span { display: block; width: 26px; height: 26px; overflow: hidden; position: absolute; left: 0px; top: 0px; background:url(images/ico_distance.png) no-repeat center center; } // .leaflet-control-measure-distance.active .leaflet-control-measure-distance-link span { // background: #00b7ef url(images/icon-measure-distance2.png) no-repeat center center; // } .measure-distance-tip { border: none; background:none; color:#ff0000 !important; } .measure-distance-tip .leaflet-label-tips { display:none; } /* .leaflet-magnifying-glass{ cursor: pointer; } */ /*E leaflet-control-measure-distance*/ .distance-ico-del{ background: url(images/icon-delete.png) center center; width: 15px; height: 15px; display: inline-block; margin-left: 10px; }