Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
epsylon
GitHub Repository: epsylon/ufonet
Path: blob/master/core/js/cluster/MarkerCluster.Default.ie.css
1209 views
1
/* IE 6-8 fallback colors */
2
.marker-cluster-small {
3
background-color: rgb(181, 226, 140);
4
}
5
.marker-cluster-small div {
6
background-color: rgb(110, 204, 57);
7
}
8
9
.marker-cluster-medium {
10
background-color: rgb(241, 211, 87);
11
}
12
.marker-cluster-medium div {
13
background-color: rgb(240, 194, 12);
14
}
15
16
.marker-cluster-large {
17
background-color: rgb(253, 156, 115);
18
}
19
.marker-cluster-large div {
20
background-color: rgb(241, 128, 23);
21
}
22
23
24