Skip to content

Instantly share code, notes, and snippets.

@mishelen
Created March 7, 2014 11:05
Show Gist options
  • Select an option

  • Save mishelen/9409611 to your computer and use it in GitHub Desktop.

Select an option

Save mishelen/9409611 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: 1px solid rgb(213, 224, 225);
background-color: white;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment