Skip to content

Instantly share code, notes, and snippets.

@ynonp
Created November 26, 2012 11:01
Show Gist options
  • Save ynonp/4147644 to your computer and use it in GitHub Desktop.
Save ynonp/4147644 to your computer and use it in GitHub Desktop.
Untitled
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;
}
<input type="text" class="pretty" />
// alert('Hello world!');
{"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