OpenDroneMap-WebODM/coreplugins/contours/public/Contours.scss

25 wiersze
453 B
SCSS

.leaflet-control-contours{
z-index: 999 !important;
a.leaflet-control-contours-button{
background: url(icon.svg) no-repeat 0 0;
background-size: 26px 26px;
border-radius: 2px;
}
div.contours-panel{ display: none; }
.open{
a.leaflet-control-contours-button{
display: none;
}
div.contours-panel{
display: block;
}
}
}
.leaflet-touch .leaflet-control-contours a {
background-position: 2px 2px;
}