Skip to content

Instantly share code, notes, and snippets.

@designsdrivegists
Created February 7, 2014 22:03
Show Gist options
  • Save designsdrivegists/8872915 to your computer and use it in GitHub Desktop.
Save designsdrivegists/8872915 to your computer and use it in GitHub Desktop.
Inset border
-webkit-box-shadow (0 -1px 0 rgba(0, 0, 0, .08) inset, 0 1px 0 rgba(255, 255, 255, 1.0));
-moz-box-shadow (0 -1px 0 rgba(0, 0, 0, .08) inset, 0 1px 0 rgba(255, 255, 255, 1.0));
box-shadow (0 -1px 0 rgba(0, 0, 0, .08) inset, 0 1px 0 rgba(255, 255, 255, 1.0));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment