Skip to content

Commit

Permalink
Merge branch 'andrewshadura-patch-2'
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Thorin committed Feb 26, 2018
2 parents 750d710 + b809b98 commit a6bab54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/L.Control.Zoomslider.css
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
font: bold 22px 'Lucida Console', Monaco, monospace;
}
.leaflet-control-zoomslider-out:after{
content:"\002D"
content:"\2212"
}
.leaflet-control-zoomslider a.leaflet-control-zoomslider-disabled {
cursor: default;
Expand Down Expand Up @@ -118,5 +118,5 @@
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '\u002B');
}
.leaflet-oldie .leaflet-control-zoomslider-out {
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '\u002D');
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '\u2212');
}

0 comments on commit a6bab54

Please sign in to comment.