Skip to content

Instantly share code, notes, and snippets.

@chriscoyier
Created December 21, 2011 21:38
Show Gist options
  • Save chriscoyier/1507827 to your computer and use it in GitHub Desktop.
Save chriscoyier/1507827 to your computer and use it in GitHub Desktop.
Super simple textarea with inner shadow test
/* Super simple textarea with inner shadow test */
/* does not appear in iOS 5 */
textarea {
background: white;
border: 0;
box-shadow: inset 0 0 5px black;
}
<textarea></textarea>
{"view":"split","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment