Skip to content

Instantly share code, notes, and snippets.

@fsschmitt
Created June 10, 2012 19:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fsschmitt/2907019 to your computer and use it in GitHub Desktop.
Save fsschmitt/2907019 to your computer and use it in GitHub Desktop.
Shadow to upper toolbar
/* Works better with a black toolbar */
-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .25); /* web-kit browsers */
-moz-box-shadow: 0 2px 3px rgba(0, 0, 0, .25); /* Firefox 3.5+ */
box-shadow: 0 2px 3px rgba(0, 0, 0, .25); /* others */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment