From 8abb6d4f2da0d3fb26c2e02978b707cfd0cae23b Mon Sep 17 00:00:00 2001 From: Felix Niklas Date: Mon, 29 Sep 2014 12:10:48 +0200 Subject: [PATCH] focus only form-control --- app/assets/stylesheets/zzz.css.erb | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/app/assets/stylesheets/zzz.css.erb b/app/assets/stylesheets/zzz.css.erb index a1376fa73..88844ed34 100644 --- a/app/assets/stylesheets/zzz.css.erb +++ b/app/assets/stylesheets/zzz.css.erb @@ -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%); } /*