diff options
| author | Mark Otto <[email protected]> | 2015-11-29 21:18:52 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-11-29 21:18:52 -0800 |
| commit | 23d7b7fe429762847871c3ce8679922dd600e3c9 (patch) | |
| tree | acd2df4fde9b9f655555c01194c30a316e8a9db5 | |
| parent | b7e3e92d6b6b687b8f7c13a66b5a428657c6dc4f (diff) | |
| parent | 12d0f98507e21d5ec3b0ae48b2fdb2f3b85ddaa9 (diff) | |
| download | bootstrap-23d7b7fe429762847871c3ce8679922dd600e3c9.tar.xz bootstrap-23d7b7fe429762847871c3ce8679922dd600e3c9.zip | |
Merge pull request #18381 from twbs/file-input-width-var
Use $input-border-width for custom file input borders
| -rw-r--r-- | scss/_custom-forms.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scss/_custom-forms.scss b/scss/_custom-forms.scss index 241e97275..16527eb26 100644 --- a/scss/_custom-forms.scss +++ b/scss/_custom-forms.scss @@ -195,7 +195,7 @@ color: #555; user-select: none; background-color: #fff; - border: .075rem solid #ddd; + border: $input-border-width solid #ddd; border-radius: .25rem; @include box-shadow(inset 0 .2rem .4rem rgba(0,0,0,.05)); } @@ -215,7 +215,7 @@ color: #555; content: "Browse"; background-color: #eee; - border: .075rem solid #ddd; + border: $input-border-width solid #ddd; border-radius: 0 .25rem .25rem 0; } |
