-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathol-dark-rounded.css
48 lines (41 loc) · 944 Bytes
/
ol-dark-rounded.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
:root,
:host {
--ol-background-color: black;
--ol-accent-background-color: #F5F5F5;
--ol-subtle-background-color: rgba(128,128,128,.25);
--ol-partial-background-color: rgba(0,0,0,.75);
--ol-foreground-color: white;
--ol-subtle-foreground-color: rgba(255,255,255,.95);
--ol-brand-color: #00AAFF;
}
.ol-control,
.ol-control button,
.ol-zoom .ol-zoom-in,
.ol-zoom .ol-zoom-out,
.ol-overviewmap-map,
.ol-overviewmap-map .ol-viewport {
border-radius: 100%;
}
.ol-scale-line,
.ol-scale-line-inner,
.ol-zoomslider,
.ol-attribution,
.ol-mouse-position {
border-radius: 1.375em;
}
.ol-zoom.ol-control {
background-color: unset;
}
.ol-zoomslider {
height: calc(200px + 0.6875em);
}
.ol-zoomslider button {
height: 1.375em;
}
.ol-overviewmap .ol-overviewmap-map {
border: 2px solid var(--ol-partial-background-color);
}
.ol-mouse-position {
background-color: var(--ol-subtle-background-color);
padding: 0.2em 0.6em;
}