Created
August 9, 2012 23:35
-
-
Save nrrrdcore/3309046 to your computer and use it in GitHub Desktop.
The Perfect Inset Input CSS
This file contains 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 { | |
height: 34px; | |
width: 100%; | |
border-radius: 3px; | |
border: 1px solid transparent; | |
border-top: none; | |
border-bottom: 1px solid #DDD; | |
box-shadow: inset 0 1px 2px rgba(0,0,0,.39), 0 -1px 1px #FFF, 0 1px 0 #FFF; | |
} |
Soft and blurry bad. Crisp and crispier good. 1px highlights/shadows for the absolute win (especially on retina, IMO).
Nice work!
Thanks Spencer!
Most welcome - makes me want to get smart and speedy on CSS myself. So great to see what things will actually look like in-browser for designers.
Add outline: 0;
very cool, thx @nrrrdcore! 😃
When I see "perfect" in a title, I immediately move on because nothing is perfect. But this post turns out to be true! I'm glad I stooped by.
Almost 3 years later, and it still doesn't disappoint!
Looks great! But doesn't fit at all with an image in background. :(
This is perfect! Thanks!
perfect border!
thank you!
Still using this 10+ years later for absolutely beautiful inputs. Truly timeless!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No more blurry inputs.
Pretty excellent for boxes/divs too.