You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/* The container for the reachability control user interface */
.reachability-control-settings-container
{
background: rgba(255, 255, 255, 0.8);
}
/* General class for styling the 'button' controls in the user interface container */
.reachability-control-settings-button
{
font-size: 22px;
}
/* General class for highlighting the selected 'button' controls in the user interface container and the collapsed control if either the draw or delete mode is active */
.reachability-control-active, .leaflet-touch .reachability-control-active, .reachability-control-active a, .leaflet-touch .reachability-control-active a
{
border-color: #fc6721;
color: #fc6721;
box-shadow: 0 1px 5px rgba(252,103,33,0.65);
}
/* Custom class to style markers at the origin of the isolines */