Subversion Repositories eFlore/Applications.moissonnage

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
37 alex 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