.custom-popup .leaflet-popup-content-wrapper {
|
background-color: rgba(14, 45, 84, 0.9);
|
color: #ffffff;
|
}
|
.custom-popup .leaflet-popup-content-wrapper, .leaflet-popup-tip{
|
background-color: rgba(14, 45, 84, 0.9);
|
}
|
.custom-popup a.leaflet-popup-close-button{
|
/**/
|
text-align: left;
|
}
|
|
.custom-popup .leaflet-popup-content{
|
text-align: left;
|
}
|
.leaflet-div-icon{
|
background: transparent;
|
border:none;
|
}
|
.leaflet-popup-content-wrapper{
|
background: transparent !important;
|
}
|
.custom-popup .leaflet-popup-tip{
|
background-color: #3180a1 ;
|
}
|
.custom-popup .leaflet-popup-content{
|
padding: 0 ;
|
margin: 0 ;
|
/*margin: -5px -5px !important;*/
|
}
|
|
.tipBgColor {
|
background: #F4DED4;
|
font-size: 10px;
|
/*height: 22px;*/
|
}
|