diff options
Diffstat (limited to 'docs/_includes')
| -rw-r--r-- | docs/_includes/customizer-variables.html | 4 |
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> |
