From 3a9140761bed53dabff6766a0197b7f90690a2e6 Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Tue, 6 Oct 2015 17:29:50 +0500 Subject: Updating form-control focus --- web/sass-files/sass/partials/_signup.scss | 3 +++ 1 file changed, 3 insertions(+) (limited to 'web/sass-files/sass') diff --git a/web/sass-files/sass/partials/_signup.scss b/web/sass-files/sass/partials/_signup.scss index 924f0718a..47235eb50 100644 --- a/web/sass-files/sass/partials/_signup.scss +++ b/web/sass-files/sass/partials/_signup.scss @@ -12,6 +12,9 @@ &.padding--less { padding-top: 50px; } + .form-control:focus { + @include box-shadow(inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)); + } h1, h2, h3, h4, h5, h6, p { line-height: 1.3; -- cgit v1.2.3-1-g7c22