equal
deleted
inserted
replaced
1 .leaflet-tile { |
|
2 filter: inherit; |
|
3 } |
|
4 |
|
5 .leaflet-vml-shape { |
|
6 width: 1px; |
|
7 height: 1px; |
|
8 } |
|
9 .lvml { |
|
10 behavior: url(#default#VML); |
|
11 display: inline-block; |
|
12 position: absolute; |
|
13 } |
|
14 |
|
15 .leaflet-control { |
|
16 display: inline; |
|
17 } |
|
18 |
|
19 .leaflet-popup-tip { |
|
20 width: 21px; |
|
21 _width: 27px; |
|
22 margin: 0 auto; |
|
23 _margin-top: -3px; |
|
24 |
|
25 filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678); |
|
26 -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)"; |
|
27 } |
|
28 .leaflet-popup-tip-container { |
|
29 margin-top: -1px; |
|
30 } |
|
31 .leaflet-popup-content-wrapper, .leaflet-popup-tip { |
|
32 border: 1px solid #bbb; |
|
33 } |
|
34 |
|
35 .leaflet-control-zoom { |
|
36 filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#3F000000',EndColorStr='#3F000000'); |
|
37 } |
|
38 .leaflet-control-zoom a { |
|
39 background-color: #eee; |
|
40 } |
|
41 .leaflet-control-zoom a:hover { |
|
42 background-color: #fff; |
|
43 } |
|
44 .leaflet-control-layers-toggle { |
|
45 } |
|
46 .leaflet-control-attribution, .leaflet-control-layers { |
|
47 background: white; |
|
48 } |
|