Skip to content Skip to main navigation Skip to footer

Info pop up color

.gc-info-popup .leaflet-popup-tip,
.gc-info-popup .leaflet-popup-content-wrapper,
.gc-info-popup .gc-info-popup-content,
.gc-info-popup a.leaflet-popup-close-button,
.gc-info-popup .gc-info-popup-content-table tbody tr:nth-child(odd) {
    background-color: #C0C0C0 !important;/*Pop up background*/
    color: black !important;/*Attributes text color*/
}

.gc-info-popup .gc-info-popup-title {
    background-color: #234d20 !important;/*Title background*/
    color: #FFFFFF !important;/*Title text color*/
}

.gc-info-popup .gc-info-edit-link {
    color: #36802d;/*Link color*/
    text-decoration: underline;
}

Was This Article Helpful?