.leaflet-ruler{ height: 35px; width: 35px; background-image: url("./icon.png"); /*
Icons made by Freepik from www.flaticon.com is licensed by CC 3.0 BY
*/ background-repeat: no-repeat; background-position: center; } .leaflet-ruler:hover{ background-image: url("./icon.png"); /*
Icons made by Freepik from www.flaticon.com is licensed by CC 3.0 BY
*/ } .leaflet-ruler-clicked{ height: 35px; width: 35px; background-repeat: no-repeat; background-position: center; background-image: url("./icon.png"); border-color: chartreuse !important; } .leaflet-bar{ background-color: #ffffff; } .leaflet-control { cursor: pointer; } .result-tooltip{ background-color: white; border-width: medium; border-color: #de0000; font-size: smaller; } .moving-tooltip{ background-color: rgba(255, 255, 255, .7); background-clip: padding-box; opacity: 0.5; border: dotted; border-color: red; font-size: smaller; } .plus-length{ padding-left: 45px; }