mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-17 13:38:26 +01:00
make footer border color use header border color in modals
This commit is contained in:
parent
c63489def3
commit
3080104642
@ -1046,7 +1046,7 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge
|
||||
</div>
|
||||
<div class="col-lg-4">
|
||||
<label>@modal-footer-border-color</label>
|
||||
<input type="text" placeholder="#e5e5e5">
|
||||
<input type="text" placeholder="@modal-header-border-color">
|
||||
<p class="help-block">Modal footer border color</p>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -301,10 +301,9 @@
|
||||
@modal-content-fallback-border-color: #999;
|
||||
|
||||
@modal-backdrop-bg: #000;
|
||||
|
||||
@modal-header-border-color: #e5e5e5;
|
||||
@modal-footer-border-color: @modal-header-border-color;
|
||||
|
||||
@modal-footer-border-color: #e5e5e5;
|
||||
|
||||
// Alerts
|
||||
// -------------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user