UNPKG

geoportal-extensions-openlayers

Version:

![GitHub package.json version](https://img.shields.io/github/package-json/v/IGNF/geoportal-extensions?filename=build%2Fscripts%2Frelease%2Fpackage-openlayers.json)

54 lines (40 loc) 1 kB
/* ISOCHRON */ div[id^=GPisochron-] { left: 10px; } /* Showing/hiding isochron panel */ span[id^=GPshowIsochronOpen] { background-image: url("img/GPisochronOpen.png"); z-index:1; } /* General panels */ div[id^=GPisochronPanel-] { /*left: 8px;*/ position: absolute; z-index:2; } div[id^=GPisochronPanelClose] { background-image: url("img/GPisochronOpen.png"); } /* Calc waiting */ .GPisochronCalcWaitingContainerVisible, .GPisochronCalcWaitingContainerHidden { border-radius: 4px; } /* Isochron form */ .GPisochronChoiceAlt input:checked + label + span { color: #366291; } .GPisochronOriginPointerImg, .GPisochronChoiceAltImg, .GPisochronTransportImg { background-image: url("img/GPisochronOptions.png"); } .GPisoExclusionsOption { background-image: url("img/GPisochronCheck.png"); } /* Reset picto */ div[id^=GPisochronReset] { background-color: #366291; background-image: url("img/GPisochronOptions.png"); }