Files
thetool/public/assets/css/leaflet-ext/leaflet.center-button.css
2024-07-25 15:56:53 +02:00

12 lines
258 B
CSS

.leaflet-control-center a {
background:#fff url(map-center-button.png) no-repeat 0 0;
}
@media
(-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
.leaflet-control-center a {
background-image:url(map-center-button-2x.png);
}
}