aboutsummaryrefslogtreecommitdiff
path: root/scss/_variables.scss
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2016-02-08 22:28:11 -0800
committerMark Otto <[email protected]>2016-02-08 22:28:11 -0800
commitc3e4cbdfb0eaff43db4de6b4df045f364e5500d2 (patch)
treedd0fc55be1398efd219e74e5c8fc3e67fd4b5b0e /scss/_variables.scss
parentc8bd62b214add34ab133cb11241d528ef3402ef0 (diff)
downloadbootstrap-c3e4cbdfb0eaff43db4de6b4df045f364e5500d2.tar.xz
bootstrap-c3e4cbdfb0eaff43db4de6b4df045f364e5500d2.zip
Move to a translucent input border with background-clip: padding-box for improved blending across different background-colors
Diffstat (limited to 'scss/_variables.scss')
-rw-r--r--scss/_variables.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_variables.scss b/scss/_variables.scss
index b7f31a296..514214814 100644
--- a/scss/_variables.scss
+++ b/scss/_variables.scss
@@ -312,7 +312,7 @@ $input-bg: #fff !default;
$input-bg-disabled: $gray-lighter !default;
$input-color: $gray !default;
-$input-border-color: #ccc !default;
+$input-border-color: rgba(0,0,0,.15) !default;
$input-btn-border-width: $border-width !default; // For form controls and buttons
$input-box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !default;