Skip to content

Instantly share code, notes, and snippets.

@LeaVerou
Created April 16, 2012 01:44
Show Gist options
  • Select an option

  • Save LeaVerou/2395915 to your computer and use it in GitHub Desktop.

Select an option

Save LeaVerou/2395915 to your computer and use it in GitHub Desktop.
Opera bug with box-shadow: inherit
/**
* Opera bug with box-shadow: inherit
*/
div {
width: 300px; height: 200px;
padding: 20px;
box-shadow: 1px 1px 10px black;
}
span {
display: block;
height: 100px;
box-shadow: inherit;
}
<div>
<span></span>
</div>
{"view":"split","seethrough":"","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment