mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-29 16:19:53 +02:00
Update vars for badges, breadcrumbs; update customize page
This commit is contained in:
@@ -744,7 +744,6 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge
|
||||
<label>@table-bg</label>
|
||||
<input type="text" placeholder="transparent">
|
||||
<p class="help-block">Default background color used for all tables.</p>
|
||||
|
||||
<label>@table-bg-accent</label>
|
||||
<input type="text" placeholder="#f9f9f9">
|
||||
<p class="help-block">Background color used for <code>.table-striped</code>.</p>
|
||||
@@ -910,6 +909,52 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge
|
||||
<label>@well-bg</label>
|
||||
<input type="text" placeholder="#f5f5f5">
|
||||
|
||||
<h3>Accordion</h3>
|
||||
<label>@accordion-border-bg</label>
|
||||
<input type="text" placeholder="#e5e5e5">
|
||||
|
||||
<h3>Badges</h3>
|
||||
<div class="row">
|
||||
<div class="col-lg-6">
|
||||
<label>@badge-color</label>
|
||||
<input type="text" placeholder="#fff">
|
||||
<p>Badge text color</p>
|
||||
<label>@badge-bg</label>
|
||||
<input type="text" placeholder="@gray-lighter">
|
||||
<p>Badge background color</p>
|
||||
<label>@badge-link-hover-color</label>
|
||||
<input type="text" placeholder="#fff">
|
||||
<p>Linked badge text color on hover</p>
|
||||
</div>
|
||||
<div class="col-lg-6">
|
||||
<label>@badge-active-color</label>
|
||||
<input type="text" placeholder="@link-color">
|
||||
<p>Badge text color in active nav link</p>
|
||||
<label>@badge-active-bg</label>
|
||||
<input type="text" placeholder="#fff">
|
||||
<p>Badge text color in active nav link</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<h3>Breadcrumbs</h3>
|
||||
<div class="row">
|
||||
<div class="col-lg-4">
|
||||
<label>@breadcrumb-color</label>
|
||||
<input type="text" placeholder="#ccc">
|
||||
<p>Breadcrumb text color</p>
|
||||
</div>
|
||||
<div class="col-lg-4">
|
||||
<label>@breadcrumb-bg</label>
|
||||
<input type="text" placeholder="#f5f5f5">
|
||||
<p>Breadcrumb background color</p>
|
||||
</div>
|
||||
<div class="col-lg-4">
|
||||
<label>@breadcrumb-active-color</label>
|
||||
<input type="text" placeholder="@gray-light">
|
||||
<p>Text color of current page in the breadcrumb</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<h2 id="variables-jumbotron">Jumbotron</h2>
|
||||
<div class="row">
|
||||
<div class="col-lg-4">
|
||||
|
Reference in New Issue
Block a user