Skip to content

Instantly share code, notes, and snippets.

@lucas-pelton
Created July 9, 2013 06:30
Show Gist options
  • Save lucas-pelton/5955137 to your computer and use it in GitHub Desktop.
Save lucas-pelton/5955137 to your computer and use it in GitHub Desktop.
.leaflet-popup-content-wrapper {
background-color:#FFFFFF;
background-color: rgba(255,255,255,.7);
background: transparent\9; /* clear current background for ie */
zoom:1; /* required for the filters */
/* For IE 5.5 - 7*/
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7FFFFFFF, endColorstr=#7FFFFFFF);
/* For IE 8*/
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#7FFFFFFF, endColorstr=#7FFFFFFF)";
border:none;
-webkit-border-radius:0;
-moz-border-radius: 0;
border-radius:0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment