MarkerCluster.Default.ie.css 460 B

12345678910111213141516171819202122
  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. }