Skip to content

Instantly share code, notes, and snippets.

@Narga
Created June 7, 2012 02:52
Show Gist options
  • Save Narga/2886270 to your computer and use it in GitHub Desktop.
Save Narga/2886270 to your computer and use it in GitHub Desktop.
Form's Inline Label CSS Code
/* http://www.narga.net/making-awesome-forms-inline-labels-with-jquery */
input {
border: 1px solid #ccc;
color: #000;
font: inherit;
padding: 4px;
width: 230px;
}
input:focus { border-color: #99B32D;}
.focus { color: #8F8F8F; }
.typing { color: #99B32D; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment