Skip to content

Instantly share code, notes, and snippets.

@groenewege
Created October 26, 2012 08:35
Show Gist options
  • Save groenewege/3957647 to your computer and use it in GitHub Desktop.
Save groenewege/3957647 to your computer and use it in GitHub Desktop.
css - line input
.line {
display: block;
border: none;
color: #333;
background: transparent;
border-bottom: 1px dotted black;
padding: 5px 2px 0 2px;
}
.line:focus {
outline: none;
border-color: #51CBEE;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment