-
-
Notifications
You must be signed in to change notification settings - Fork 86
Expand file tree
/
Copy pathcontextmenu.css
More file actions
51 lines (47 loc) · 879 Bytes
/
Copy pathcontextmenu.css
File metadata and controls
51 lines (47 loc) · 879 Bytes
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
html,
body,
#map {
width: 100%;
height: 100%;
overflow: hidden;
}
body {
font:
1em/1.5 BlinkMacSystemFont,
-apple-system,
"Segoe UI",
"Roboto",
"Oxygen",
"Ubuntu",
"Cantarell",
"Fira Sans",
"Droid Sans",
"Helvetica Neue",
"Helvetica",
"Arial",
sans-serif;
color: #222;
font-weight: 400;
}
#map {
position: absolute;
z-index: 1;
top: 0;
bottom: 0;
}
.ol-control button {
background-color: rgba(40, 40, 40, 0.8) !important;
}
.ol-control button:hover {
background-color: rgba(40, 40, 40, 1) !important;
}
.marker {
text-indent: 20px;
background-size: 20px auto;
background-image: url("img/pin_drop.png");
background-repeat: no-repeat;
background-position: left center;
}
li.bold {
font-weight: 700;
}