]> git.openstreetmap.org Git - rails.git/blob - app/assets/stylesheets/leaflet-all.scss
Merge remote-tracking branch 'upstream/pull/6470'
[rails.git] / app / assets / stylesheets / leaflet-all.scss
1 /*
2  *= require leaflet/dist/leaflet
3  *= require leaflet.locationfilter
4  */
5
6 /* Override to serve images through the asset pipeline. */
7 div.leaflet-marker-icon.location-filter.resize-marker {
8   background-image: image-url("img/resize-handle.png");
9 }
10
11 div.leaflet-marker-icon.location-filter.move-marker {
12   background-image: image-url("img/move-handle.png");
13 }
14
15 div.leaflet-div-icon {
16   background: none;
17   border: none;
18 }