diff options
Diffstat (limited to 'customize.html')
| -rw-r--r-- | customize.html | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/customize.html b/customize.html index 6140783f7..d2ac699b3 100644 --- a/customize.html +++ b/customize.html @@ -771,6 +771,46 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge </div> </div> + + <h2 id="variables-nav">Nav</h2> + <div class="row"> + <div class="col-lg-6"> + <h3>Default nav</h3> + <h4>Basics</h4> + <label>@nav-link-hover-bg</label> + <input type="text" placeholder="@gray-lighter"> + <label>@nav-disabled-link-color</label> + <input type="text" placeholder="@gray-light"> + <label>@nav-disabled-link-hover-color</label> + <input type="text" placeholder="@gray-light"> + <label>@nav-open-link-hover-color</label> + <input type="text" placeholder="#fff"> + <label>@nav-open-caret-border-color</label> + <input type="text" placeholder="@fff"> + <h4>Tabs</h4> + <label>@nav-tabs-border-color</label> + <input type="text" placeholder="@ddd"> + <label>@nav-tabs-link-hover-border-color</label> + <input type="text" placeholder="@gray-lighter"> + <label>@nav-tabs-active-link-hover-color</label> + <input type="text" placeholder="@gray"> + <label>@nav-tabs-active-link-hover-bg</label> + <input type="text" placeholder="@body-bg"> + <label>@nav-tabs-active-link-hover-border-color</label> + <input type="text" placeholder="#ddd"> + <label>@nav-tabs-justified-link-border-color</label> + <input type="text" placeholder="#ddd"> + <label>@nav-tabs-justified-active-link-border-color</label> + <input type="text" placeholder="@body-bg"> + <h4>Pills</h4> + <label>@nav-pills-active-link-hover-color</label> + <input type="text" placeholder="@fff"> + <label>@nav-pills-active-link-hover-bg</label> + <input type="text" placeholder="@component-active-bg"> + </div> + </div> + + <h2 id="variables-tables">Tables</h2> <div class="row"> <div class="col-lg-6"> |
