[ad_1]
.open-user-map .box-wrap .map-wrap .oum-filter-controls .oum-filter-list {
background-color: black !important;
}
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap {
background-color: black !important;
}This seems to work, still you’d expect it to be inherited from the theme somehow?
The search box shows fine (white background dark text), search results however are light text on a white background and therefore hard to read. Temporary fix:
.leaflet-control-geosearch .results.active {
background-color: black !important;
}
