Path: blob/master/core/js/cluster/MarkerCluster.Default.css
1208 views
.marker-cluster-small {1background-color: rgba(255, 0, 0, 0.6);2}3.marker-cluster-small div {4background-color: rgba(256, 0, 0, 0.6);5}67.marker-cluster-medium {8background-color: rgba(255, 0, 0, 0.6);9}10.marker-cluster-medium div {11background-color: rgba(256, 0, 0, 0.6);12}1314.marker-cluster-large {15background-color: rgba(255, 0, 0, 0.6);16}17.marker-cluster-large div {18background-color: rgba(256, 0, 0, 0.6);19}2021.marker-cluster {22background-clip: padding-box;23border-radius: 20px;24}25.marker-cluster div {26width: 30px;27height: 30px;28margin-left: 5px;29margin-top: 5px;3031text-align: center;32border-radius: 15px;33font-family: 'Source Code Pro', Arial, serif; font-weight: 400;34font-size:12px;35}36.marker-cluster span {37line-height: 30px;38}3940