Created
August 22, 2012 05:51
-
-
Save gunnarbittersmann/3422675 to your computer and use it in GitHub Desktop.
input with faux bottom border and bottom corners
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 with faux bottom border and bottom corners | |
| */ | |
| input | |
| { | |
| background: #eee; | |
| border: none; | |
| box-shadow: inset 0 25px 0 0 #eee, inset 0 0 0 1px #048; | |
| padding: 10px; | |
| } |
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/> |
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
| {"view":"separate","fontsize":"100","seethrough":"","prefixfree":"","page":"all"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment