Skip to content

Instantly share code, notes, and snippets.

@luizkowalski
Forked from anonymous/border.css
Created December 17, 2012 10:30
Show Gist options
  • Save luizkowalski/4317307 to your computer and use it in GitHub Desktop.
Save luizkowalski/4317307 to your computer and use it in GitHub Desktop.
select:focus, textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus{
border-color: rgba(82, 168, 236, 0.8);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgb(7, 122, 175);
outline: 0 none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment