2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

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
+1 -1
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;