Created
October 29, 2012 23:27
-
-
Save cam-gists/3977306 to your computer and use it in GitHub Desktop.
CSS: nice inputs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
input{ | |
border-radius: 5px; | |
box-shadow:inset 0 1px 3px #8dcfff; | |
background: #fff; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment