Customize marker clusters
This commit is contained in:
11
css/app.css
11
css/app.css
@@ -165,4 +165,15 @@ a:visited {
|
||||
#pano-viewer {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
/* Marker cluster */
|
||||
.marker-cluster-small {
|
||||
background-color: rgba(202, 92, 143, 0.61);
|
||||
}
|
||||
.marker-cluster-small div {
|
||||
background-color: rgba(204, 57, 113, 0.6);
|
||||
}
|
||||
|
||||
.marker-cluster-small span {
|
||||
color: #fff;
|
||||
}
|
||||
Reference in New Issue
Block a user