-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.css
55 lines (53 loc) · 1.13 KB
/
style.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
.ol-control button {
position: relative;
top: auto;
left: auto;
}
/*
.ol-layerswitcher > button {
background-color: rgba(0,60,136,0.5);
}
*/
.ol-layerswitcher > button:before,
.ol-control.ol-legend > button:first-child:before,
.ol-control.ol-search button:before,
.ol-control.ol-print button:before,
.ol-control.ol-geobt button:before {
font-family: font-gis;
font-weight: normal;
width: 1em;
height: 1em;
border: 0;
line-height: 1em;
border-radius: 0;
box-shadow: none;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
background: none;
font-size: 1.1em;
}
.ol-layerswitcher > button:before {
content: '\ea14';
font-family: font-ign;
font-size: .8em;
}
.ol-control.ol-legend > button:first-child:before {
content: '\ea85';
}
.ol-control.ol-search button:before {
content: '\ea60';
}
.ol-control.ol-print button:before {
content: '\ea96';
}
.ol-control.ol-geobt button:before {
content: '\ea89';
}
.ol-layerswitcher > button:after,
.ol-control.ol-legend > button:first-child:after,
.ol-control.ol-search button:after,
.ol-control.ol-print button:after,
.ol-control.ol-geobt button:after {
content: none;
}