Opaque input borders (#24198)

This commit is contained in:
Mark Otto 2017-10-02 14:19:13 -07:00 committed by GitHub
parent 8fb48eaae2
commit 6cdcfe6b33

View File

@ -329,7 +329,7 @@ $input-bg: $white !default;
$input-disabled-bg: $gray-200 !default;
$input-color: $gray-700 !default;
$input-border-color: rgba($black,.15) !default;
$input-border-color: $gray-400 !default;
$input-btn-border-width: $border-width !default; // For form controls and buttons
$input-box-shadow: inset 0 1px 1px rgba($black,.075) !default;