diff options
| author | Mark Otto <[email protected]> | 2016-10-09 16:17:48 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-10-09 16:17:48 -0700 |
| commit | 53ce4da835a44ed6d238ffa04afa4b7a1027ed94 (patch) | |
| tree | 9e8931ecf67dac82e0b3cd7e730024892184b23e | |
| parent | 55e130f88f8372bd70cfb60ae360376c98ff6b97 (diff) | |
| download | bootstrap-53ce4da835a44ed6d238ffa04afa4b7a1027ed94.tar.xz bootstrap-53ce4da835a44ed6d238ffa04afa4b7a1027ed94.zip | |
add transparent border to match .form-control height
| -rw-r--r-- | scss/_forms.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scss/_forms.scss b/scss/_forms.scss index 2023aa013..34a6fef63 100644 --- a/scss/_forms.scss +++ b/scss/_forms.scss @@ -136,6 +136,8 @@ select.form-control { padding-top: $input-padding-y; padding-bottom: $input-padding-y; line-height: $input-line-height; + border: solid transparent; + border-width: 1px 0; &.form-control-sm, &.form-control-lg { |
