diff options
| author | Jacob Thornton <[email protected]> | 2013-07-24 20:10:51 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2013-07-24 20:10:51 -0700 |
| commit | a282dba58f54cb6912e419c7d890ff86d5e68e73 (patch) | |
| tree | 5f48606afa33e534d671a758e7a8f6574448bde8 /customize.html | |
| parent | eaefed517a960893204cade3525bda100454e13f (diff) | |
| parent | 1f40da9676d0e29329fcf0925409a70acd02daaf (diff) | |
| download | bootstrap-a282dba58f54cb6912e419c7d890ff86d5e68e73.tar.xz bootstrap-a282dba58f54cb6912e419c7d890ff86d5e68e73.zip | |
Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wip
Diffstat (limited to 'customize.html')
| -rw-r--r-- | customize.html | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/customize.html b/customize.html index 0bb8f12b8..ae8f9a11d 100644 --- a/customize.html +++ b/customize.html @@ -1019,6 +1019,36 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge <input type="text" placeholder="@line-height-base"> <p class="help-block">Modal title line-height</p> </div> + <div class="col-lg-4"> + <label>@modal-content-bg</label> + <input type="text" placeholder="#fff"> + <p class="help-block">Background color of modal content area</p> + </div> + <div class="col-lg-4"> + <label>@modal-content-border-color</label> + <input type="text" placeholder="rgba(0,0,0,.2)"> + <p class="help-block">Modal content border color</p> + </div> + <div class="col-lg-4"> + <label>@modal-content-fallback-border-color</label> + <input type="text" placeholder="#999"> + <p class="help-block">Modal content border color <strong>for IE8</strong></p> + </div> + <div class="col-lg-4"> + <label>@modal-backdrop-bg</label> + <input type="text" placeholder="#000"> + <p class="help-block">Modal backdrop background color</p> + </div> + <div class="col-lg-4"> + <label>@modal-header-border-color</label> + <input type="text" placeholder="#e5e5e5"> + <p class="help-block">Modal header border color</p> + </div> + <div class="col-lg-4"> + <label>@modal-footer-border-color</label> + <input type="text" placeholder="@modal-header-border-color"> + <p class="help-block">Modal footer border color</p> + </div> </div> <h2 id="variables-carousel">Carousel</h2> |
