-
Notifications
You must be signed in to change notification settings - Fork 84
/
Leaflet.PolylineMeasure.css
59 lines (49 loc) · 1.5 KB
/
Leaflet.PolylineMeasure.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
/*********************************************************
** **
** Leaflet Plugin "Leaflet.PolylineMeasure" **
** File "Leaflet.PolylineMeasure.css" **
** Date: 2023-05-26 **
** **
*********************************************************/
a.polyline-measure-controlOnBgColor, a.polyline-measure-controlOnBgColor:hover {
background-color: #8f8;
}
.polyline-measure-unicode-icon {
font-size: 19px;
font-weight: bold;
}
a.polyline-measure-clearControl:active {
background-color: #f88;
}
.polyline-measure-unicode-icon, .polyline-measure-clearControl, #unitControlId
{
cursor: pointer;
}
.polyline-measure-tooltip {
font: 10px Arial, Helvetica, sans-serif;
line-height: 10px;
background-color: rgba(255, 255, 170, 0.7);
border-radius: 3px;
box-shadow: 1px 1px 4px #888;
margin: 0;
padding: 2px;
width: auto !important;
height: auto !important;
white-space: nowrap;
text-align: right;
}
.polyline-measure-tooltip-end {
background-color: rgba(255, 255, 40, 0.7);
}
.polyline-measure-tooltip-total {
color: #006;
font-weight: bold;
}
.polyline-measure-tooltip-difference {
color: #060;
font-style: italic;
}
.polyline-measure-popupTooltip {
font: 11px Arial, Helvetica, sans-serif;
line-height: 11px;
}