MarkerCluster.Default.ie.css 438 B

1234567891011121314151617181920212223
  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. .marker-cluster-medium {
  9. background-color: rgb(241, 211, 87);
  10. }
  11. .marker-cluster-medium div {
  12. background-color: rgb(240, 194, 12);
  13. }
  14. .marker-cluster-large {
  15. background-color: rgb(253, 156, 115);
  16. }
  17. .marker-cluster-large div {
  18. background-color: rgb(241, 128, 23);
  19. }