1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-31 09:05:47 +02:00

.form-control:focus customization (#20436)

* Allow variables input-bg-focus and input-color-focus to be overridden.
* More consistency and control to customize shadows on .form-control:focus
This commit is contained in:
NicoLB
2016-09-12 15:32:33 +10:00
committed by Mark Otto
parent a48e819921
commit 659809db15
2 changed files with 4 additions and 5 deletions

View File

@@ -54,8 +54,7 @@
background-color: $input-bg-focus;
border-color: $input-border-focus;
outline: none;
$shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px $input-box-shadow-focus;
@include box-shadow($shadow);
@include box-shadow($input-box-shadow-focus);
}
}