div.leaflet-marker-icon.location-filter.resize-marker {
    background: url( assets/resize-handle.png ) no-repeat;  
    cursor: move;
}
div.leaflet-marker-icon.location-filter.move-marker {
    background: url( assets/move-handle.png ) no-repeat;  
    cursor: move;
}


