FitTrackee/static/vendor/leaflet/css/leaflet-liveupdate.css
2017-04-02 20:12:15 +02:00

11 lines
268 B
CSS

.leaflet-control-liveupdate a {
background:#fff url(liveupdate.png) no-repeat 0 0;
background-size:26px 52px;
}
.leaflet-liveupdate-on .leaflet-control-liveupdate a {
background-position:0 -26px;
}
.leaflet-liveupdate-on a {
background-position:0 -26px;
}