focus only form-control

This commit is contained in:
Felix Niklas 2014-09-29 12:10:48 +02:00
parent 8076f8344b
commit 8abb6d4f2d

View file

@ -441,15 +441,11 @@ textarea,
outline: none; outline: none;
} }
input[type=text]:focus, .form-control:focus {
input[type=password]:focus,
input[type=email]:focus,
textarea:focus {
border-color: hsl(200,71%,59%); border-color: hsl(200,71%,59%);
box-shadow: 0 0 0 3px hsl(201,62%,90%); box-shadow: 0 0 0 3px hsl(201,62%,90%);
} }
.form-control:focus,
.tokenfield.focus { .tokenfield.focus {
box-shadow: none; box-shadow: none;
border-color: hsl(0,0%,90%); border-color: hsl(0,0%,90%);
@ -3513,7 +3509,7 @@ footer {
.nav-tabs > li.active > a:focus { .nav-tabs > li.active > a:focus {
background: hsl(206,7%,28%); background: hsl(206,7%,28%);
color: white; color: white;
border: 1px solid hsl(0,0%,90%); border-color: hsl(0,0%,90%);
} }
/* /*