diff options
| author | Mark Otto <[email protected]> | 2013-07-23 23:22:13 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-07-23 23:22:13 -0700 |
| commit | a049cdd46e382c87688f5bfb920d99c632f1dfd6 (patch) | |
| tree | 4c5ba21428a2c120d7878935a915efb08d1a577d | |
| parent | 398038c798f065c3e42a7d296daeb59921424644 (diff) | |
| download | bootstrap-a049cdd46e382c87688f5bfb920d99c632f1dfd6.tar.xz bootstrap-a049cdd46e382c87688f5bfb920d99c632f1dfd6.zip | |
Reorganize dropdown vars section
| -rw-r--r-- | customize.html | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/customize.html b/customize.html index 4c401b2cd..0fc753ca7 100644 --- a/customize.html +++ b/customize.html @@ -807,23 +807,25 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge <h2 id="variables-dropdowns">Dropdowns</h2> <div class="row"> <div class="col-lg-6"> - <h3>Background</h3> + <h3>Dropdown menu</h3> <label>@dropdown-bg</label> <input type="text" placeholder="#fff"> <p class="help-block">Dropdown menu background color</p> - <label>@dropdown-link-active-bg</label> - <input type="text" placeholder="@component-active-bg"> - <p class="help-block">Active dropdown menu entry background color</p> - <label>@dropdown-link-hover-bg</label> - <input type="text" placeholder="@dropdown-link-active-bg"> - <p class="help-block">Hovered dropdown menu entry background color</p> - <h3>Dropdown caret</h3> + <label>@dropdown-border</label> + <input type="text" placeholder="rgba(0,0,0,.15)"> + <p class="help-block">Dropdown menu border color</p> + <label>@dropdown-fallback-border</label> + <input type="text" placeholder="#ccc"> + <p class="help-block">Dropdown menu border color <strong>for IE8</strong></p> <label>@dropdown-caret-color</label> <input type="text" placeholder="@dropdown-caret-color"> <p class="help-block">Indicator arrow for showing an element has a dropdown</p> + <label>@dropdown-divider-bg</label> + <input type="text" placeholder="#e5e5e5"> + <p class="help-block">Dropdown divider top border color</p> </div> <div class="col-lg-6"> - <h3>Colors</h3> + <h3>Dropdown items</h3> <label>@dropdown-link-color</label> <input type="text" placeholder="@gray-dark"> <p class="help-block">Dropdown text color</p> @@ -833,14 +835,12 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge <label>@dropdown-link-hover-bg</label> <input type="text" placeholder="#fff"> <p class="help-block">Hovered dropdown menu entry text color</p> - </div> - </div> - <h3>Dividers</h3> - <div class="row"> - <div class="col-lg-6"> - <label>@dropdown-divider-bg</label> - <input type="text" placeholder="#e5e5e5"> - <p class="help-block">Dropdown divider top border color</p> + <label>@dropdown-link-active-bg</label> + <input type="text" placeholder="@component-active-bg"> + <p class="help-block">Active dropdown menu entry background color</p> + <label>@dropdown-link-hover-bg</label> + <input type="text" placeholder="@dropdown-link-active-bg"> + <p class="help-block">Hovered dropdown menu entry background color</p> </div> </div> |
