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 {
|
||||
width: 26px;
|
||||
height: 26px;
|
||||
background-image: url(images/geocoder.png);
|
||||
background-image: url('images/geocoder.png');
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
float: right;
|
||||
@@ -50,7 +50,7 @@
|
||||
}
|
||||
|
||||
.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 {
|
||||
@@ -137,4 +137,4 @@ ul.leaflet-control-geocoder-alternatives {
|
||||
color: #666;
|
||||
font-size: 12px;
|
||||
font-weight: lighter;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user