source: extensions/piwigo-openstreetmap/leaflet/MarkerCluster.Default.ie.css @ 24677

Last change on this file since 24677 was 24677, checked in by ddtddt, 11 years ago

[extensions] - piwigo-openstreetmap - add file for translate

File size: 438 bytes
Line 
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
Note: See TracBrowser for help on using the repository browser.