]> git.openstreetmap.org Git - rails.git/blob - app/assets/stylesheets/leaflet.zoom.css.scss
Stop active link boxes appearing on the zoom in/out icons
[rails.git] / app / assets / stylesheets / leaflet.zoom.css.scss
1 .leaflet-control-zoomslider-in,
2 .leaflet-control-zoomslider-out,
3 .leaflet-control-zoomslider-slider,
4 .leaflet-control-zoomslider-slider-knob {
5   background-image: image-url("map_sprite.png");
6   position: absolute;
7   background-repeat: no-repeat;
8   cursor: hand;
9   cursor: pointer;
10 }
11
12 .leaflet-control-zoomslider-in,
13 .leaflet-control-zoomslider-out {
14   text-indent: -9999;
15   outline-style: none;
16 }
17
18 .leaflet-control-zoomslider-in {
19   top: 50px;
20   width: 26px;
21   height: 20px;
22   left: 10px;
23   background-position: -15px -61px;
24 }
25
26 .leaflet-control-zoomslider-out {
27   top: 202px;
28   width: 26px;
29   height: 20px;
30   left: 10px;
31   background-position: -15px -220px;
32 }
33
34 .leaflet-control-zoomslider-slider {
35   top: 70px;
36   width: 26px;
37   height: 132px;
38   left: 10px;
39   background-position: -15px -84px;
40 }
41
42 .leaflet-control-zoomslider-slider-knob {
43   top: 0px;
44   width: 25px;
45   height: 10px;
46   -webkit-transition: top 100ms linear;
47   -moz-transition: top 100ms linear;
48   -o-transition: top 100ms linear;
49   background-position: -77px -58px;
50   pointer: move;
51   cursor: move;
52 }