forked from Snck3rs/contao-leaflet-maps
Add tick marks so that Contao will rewrite the paths.
This commit is contained in:
@@ -37,7 +37,7 @@
|
|||||||
.leaflet-control-geocoder-icon {
|
.leaflet-control-geocoder-icon {
|
||||||
width: 26px;
|
width: 26px;
|
||||||
height: 26px;
|
height: 26px;
|
||||||
background-image: url(images/geocoder.png);
|
background-image: url('images/geocoder.png');
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
float: right;
|
float: right;
|
||||||
@@ -50,7 +50,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.leaflet-control-geocoder-throbber .leaflet-control-geocoder-icon {
|
.leaflet-control-geocoder-throbber .leaflet-control-geocoder-icon {
|
||||||
background-image: url(images/throbber.gif);
|
background-image: url('images/throbber.gif');
|
||||||
}
|
}
|
||||||
|
|
||||||
.leaflet-control-geocoder-expanded input, .leaflet-control-geocoder-error {
|
.leaflet-control-geocoder-expanded input, .leaflet-control-geocoder-error {
|
||||||
|
|||||||
Reference in New Issue
Block a user