Skip to content
This repository has been archived by the owner on May 14, 2022. It is now read-only.

Commit

Permalink
use image-url
Browse files Browse the repository at this point in the history
  • Loading branch information
eliotjordan committed Dec 13, 2016
1 parent cfbfa5d commit d578cf2
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions app/assets/stylesheets/geo_concerns.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
/*
*= require geo_concerns/application
*/

.leaflet-control-geocoder-icon {
background-image: image-url('images/geocoder.png');
background-repeat: no-repeat;
background-position: center;
}

.leaflet-control-geocoder-throbber .leaflet-control-geocoder-icon {
background-image: image-url('geo_concerns/images/throbber.gif') !important;
}

div.leaflet-marker-icon.location-filter.resize-marker {
background: image-url('geo_concerns/img/resize-handle.png') no-repeat !important;
cursor: move;
}
div.leaflet-marker-icon.location-filter.move-marker {
background: image-url('geo_concerns/img/move-handle.png') no-repeat!important;
cursor: move;
}

0 comments on commit d578cf2

Please sign in to comment.