diff options
| author | Mark Otto <[email protected]> | 2013-07-23 23:09:06 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-07-23 23:09:06 -0700 |
| commit | ba954db159138d5b9aeef3df638f91daec5e12eb (patch) | |
| tree | 85cdb726cd18ee3aee7c6f1542487c61809384c0 /customize.html | |
| parent | a5cc1300f60ae2a8a1c21adbc83b5de874155194 (diff) | |
| download | bootstrap-ba954db159138d5b9aeef3df638f91daec5e12eb.tar.xz bootstrap-ba954db159138d5b9aeef3df638f91daec5e12eb.zip | |
Update close vars
* Remove dupe hover color var (again, it's not necessary to have it's
own var here since we're controlling it via `opacity`)
* Add to customizer
Diffstat (limited to 'customize.html')
| -rw-r--r-- | customize.html | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/customize.html b/customize.html index 2ba72ba78..d08fad737 100644 --- a/customize.html +++ b/customize.html @@ -1191,9 +1191,16 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge <p class="help-block">Popover outer arrow color</p> </div> </div> + + <h2 id="variables-close">Close button</h2> + <label>@close-color</label> + <input type="text" placeholder="#000"> + <label>@close-text-shadow</label> + <input type="text" placeholder="0 1px 0 #fff"> + <h2 id="variables-other">Other</h2> <div class="row"> - <div class="col-lg-6"> + <div class="col-lg-6"> <label>@hr-border</label> <input type="text" placeholder="@gray-lighter"> <p class="help-block">Horizontal line color</p> |
