make footer border color use header border color in modals
This commit is contained in:
parent
c63489def3
commit
3080104642
2 changed files with 5 additions and 6 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue