[Leaflet] using INCLUDEIMAGE macro in css
This commit is contained in:
4
external/leaflet.css
vendored
4
external/leaflet.css
vendored
@ -279,12 +279,12 @@
|
|||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
}
|
}
|
||||||
.leaflet-control-layers-toggle {
|
.leaflet-control-layers-toggle {
|
||||||
background-image: url(images/layers.png);
|
background-image: url(@@INCLUDEIMAGE:images/layers.png@@);
|
||||||
width: 36px;
|
width: 36px;
|
||||||
height: 36px;
|
height: 36px;
|
||||||
}
|
}
|
||||||
.leaflet-retina .leaflet-control-layers-toggle {
|
.leaflet-retina .leaflet-control-layers-toggle {
|
||||||
background-image: url(images/layers-2x.png);
|
background-image: url(@@INCLUDEIMAGE:images/layers-2x.png@@);
|
||||||
background-size: 26px 26px;
|
background-size: 26px 26px;
|
||||||
}
|
}
|
||||||
.leaflet-touch .leaflet-control-layers-toggle {
|
.leaflet-touch .leaflet-control-layers-toggle {
|
||||||
|
Reference in New Issue
Block a user