aboutsummaryrefslogtreecommitdiff
path: root/customize.html
diff options
context:
space:
mode:
Diffstat (limited to 'customize.html')
-rw-r--r--customize.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/customize.html b/customize.html
index 53ed8d710..a7a97ef27 100644
--- a/customize.html
+++ b/customize.html
@@ -1147,6 +1147,8 @@ base_url: "../"
<h3>Wells</h3>
<label>@well-bg</label>
<input type="text" class="form-control" placeholder="#f5f5f5" data-var="@well-bg">
+ <label>@well-border</label>
+ <input type="text" class="form-control" placeholder="darken(@well-bg, 7%)" data-var="@well-border">
<h2 id="variables-accordion">Accordion</h2>
@@ -1247,6 +1249,11 @@ base_url: "../"
<input type="text" class="form-control" placeholder="#000" data-var="@modal-backdrop-bg">
<p class="help-block">Modal backdrop background color</p>
</div>
+ <div class="col-md-4">
+ <label>@modal-backdrop-opacity</label>
+ <input type="text" class="form-control" placeholder=".5" data-var="@modal-backdrop-opacity">
+ <p class="help-block">Modal backdrop opacity</p>
+ </div>
</div>
<h3>Modal header and footer</h3>