Skip to content

Instantly share code, notes, and snippets.

View joggink's full-sized avatar

Jochen Vandendriessche joggink

View GitHub Profile
@joggink
joggink / gist:847456
Created February 28, 2011 15:23
buttons with box shadow
border-width: 0;
-webkit-box-shadow: inset 2px 2px rgba(255,255,255,.5),
inset 0 -1px rgba(51,51,51,.5),
inset -1px 0 rgba(102,102,102,.5),
0 0 2px rgba(0,0,0,0.85);