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