Skip to content

Commit

Permalink
In old IE, disable image-based radio buttons, by resetting all proper…
Browse files Browse the repository at this point in the history
…ties; refs #2
  • Loading branch information
mvl22 committed Jun 23, 2020
1 parent a674d3f commit 727d090
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions css/widenmypath.css
Original file line number Diff line number Diff line change
Expand Up @@ -178,11 +178,18 @@ body.about ul.parameters tt {text-decoration: underline;}
#legal, #export {font-size: 0.67em;}
#export a[target=_blank] {background-image: none; padding: 0;}

/* Batch upload */
div.graybox p {color: black;}
body main.general div.confirmationmap a {color: black; /* i.e. reset to Leaflet.js style .leaflet-bar a */}

/* IE10+ workarounds; see: https://paper-leaf.com/blog/2014/09/targeting-ie-10-11-browsers-css/ */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
#backgroundmap::before {opacity: 1; background-image: none; background-color: #4d0026;}
body.home #geocoder input[type="search"] {padding: 0 5px;}
/* Disable image-based radio buttons, by resetting all properties */
#inputs div.category input {position: static; display: inline; width: auto; height: auto; background: none;}
#inputs div.category label {position: static; top: 0; width: auto; text-align: left;}
#inputs div.category br {display: block;}
}


Expand Down

0 comments on commit 727d090

Please sign in to comment.