aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-02-10 20:52:20 -0800
committerMark Otto <[email protected]>2014-02-10 20:52:20 -0800
commit3350c73666b811dbe9f351f97c6f6df4b66c6d04 (patch)
tree7857b133febc81a1933a35b927d274215bdd4caf /docs/_includes
parent9427310a09c0f477a01943a114bd8126f103b854 (diff)
downloadbootstrap-3350c73666b811dbe9f351f97c6f6df4b66c6d04.tar.xz
bootstrap-3350c73666b811dbe9f351f97c6f6df4b66c6d04.zip
http://www.youtube.com/watch?v=YQwYNca4iog
Diffstat (limited to 'docs/_includes')
-rw-r--r--docs/_includes/customizer-variables.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/_includes/customizer-variables.html b/docs/_includes/customizer-variables.html
index 4ffc3ab38..7aeeee378 100644
--- a/docs/_includes/customizer-variables.html
+++ b/docs/_includes/customizer-variables.html
@@ -1068,12 +1068,12 @@
</div>
<div class="bs-customizer-input">
<label for="input-@popover-arrow-outer-color">@popover-arrow-outer-color</label>
- <input id="input-@popover-arrow-outer-color" type="text" value="rgba(0,0,0,.25)" data-var="@popover-arrow-outer-color" class="form-control"/>
+ <input id="input-@popover-arrow-outer-color" type="text" value="fadein(@popover-border-color, 5%)" data-var="@popover-arrow-outer-color" class="form-control"/>
<p class="help-block">Popover outer arrow color</p>
</div>
<div class="bs-customizer-input">
<label for="input-@popover-arrow-outer-fallback-color">@popover-arrow-outer-fallback-color</label>
- <input id="input-@popover-arrow-outer-fallback-color" type="text" value="#999" data-var="@popover-arrow-outer-fallback-color" class="form-control"/>
+ <input id="input-@popover-arrow-outer-fallback-color" type="text" value="darken(@popover-fallback-border-color, 20%)" data-var="@popover-arrow-outer-fallback-color" class="form-control"/>
<p class="help-block">Popover outer arrow fallback color</p>
</div>
</div>