Improve hiding of text on zoom icons

This commit is contained in:
Tom Hughes 2012-11-23 15:26:00 +00:00
parent 31a6d20728
commit 3d40181f87

View file

@ -11,7 +11,9 @@
.leaflet-control-zoomslider-in,
.leaflet-control-zoomslider-out {
text-indent: -9999px;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
outline-style: none;
}