Created
November 26, 2012 11:01
-
-
Save ynonp/4147644 to your computer and use it in GitHub Desktop.
Untitled
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.pretty { | |
border:1px solid #ccc; | |
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); | |
border-radius: 8px; | |
width:134px; | |
height:15px; | |
margin:0; | |
padding: 2px 7px 0px 7px; | |
font-family:Verdana, Arial, Helvetica, sans-serif; | |
font-size:11px; | |
} | |
input:focus { | |
-webkit-box-shadow: 0px 0px 5px #007eff; | |
-moz-box-shadow: 0px 0px 5px #007eff; | |
box-shadow: 0px 0px 5px #007eff; | |
} | |
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 type="text" class="pretty" /> | |
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
// alert('Hello world!'); |
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":"1","page":"all"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment