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

12 lines
264 B
CSS

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