3 .leaflet-control-draw {
4 background-color: rgba(0, 0, 0, 0.25);
5 -webkit-border-radius: 7px;
6 -moz-border-radius: 7px;
11 .leaflet-control-draw a {
12 background-color: rgba(255, 255, 255, 0.75);
13 background-position: 50% 50%;
14 background-repeat: no-repeat;
15 -webkit-border-radius: 4px;
16 -moz-border-radius: 4px;
24 .leaflet-control-draw a:first-child{
28 .leaflet-control-draw a:hover {
29 background-color: #fff;
32 .leaflet-touch .leaflet-control-draw a {
37 .leaflet-control-draw-polyline {
38 background-image: url(images/draw-polyline.png);
41 .leaflet-control-draw-polygon {
42 background-image: url(images/draw-polygon.png);
45 .leaflet-control-draw-rectangle {
46 background-image: url(images/draw-rectangle.png);
49 .leaflet-control-draw-circle {
50 background-image: url(images/draw-circle.png);
53 .leaflet-control-draw-marker {
54 background-image: url(images/draw-marker-icon.png);
57 .leaflet-mouse-marker {
58 background-color: #fff;
63 background-color: #fff;
64 border: 1px solid #ccc;
66 font: 12px/18px "Helvetica Neue", Arial, Helvetica, sans-serif;
75 .leaflet-error-draw-label {
76 background-color: #F2DEDE;
77 border-color: #E6B6BD;
81 .leaflet-draw-label-single {
85 .leaflet-draw-label-subtext {
89 .leaflet-draw-guide-dash {
98 -webkit-animation-duration: 0.66s;
99 -moz-animation-duration: 0.66s;
100 -o-animation-duration: 0.66s;
101 animation-duration: 0.66s;
102 -webkit-animation-fill-mode: both;
103 -moz-animation-fill-mode: both;
104 -o-animation-fill-mode: both;
105 animation-fill-mode: both;
106 -webkit-animation-name: leaflet-flash;
107 -moz-animation-name: leaflet-flash;
108 -o-animation-name: leaflet-flash;
109 animation-name: leaflet-flash;
112 @-webkit-keyframes leaflet-flash {
113 0%, 50%, 100% { opacity: 1; }
114 25%, 75% { opacity: 0.3; }
117 @-moz-keyframes leaflet-flash {
118 0%, 50%, 100% { opacity: 1; }
119 25%, 75% { opacity: 0.3; }
122 @-o-keyframes leaflet-flash {
123 0%, 50%, 100% { opacity: 1; }
124 25%, 75% { opacity: 0.3; }
127 @keyframes leaflet-flash {
128 0%, 50%, 100% { opacity: 1; }
129 25%, 75% { opacity: 0; }