ninjaxelite, modal-footer modal-header
border-top: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5; .
, Bootstrap css.
. , , , .
, .
, , <hr class="yourcolor"> .
, .
Bootstrap, css.
.modal-header {
min-height: 16.42857143px;
padding: 15px;
border-bottom: 1px solid #e5e5e5;
}
.modal-footer {
padding: 15px;
text-align: right;
border-top: 1px solid #e5e5e5;
}
modal-header border-bottom, ...
aqua, .
.modal-header {
min-height: 16.42857143px;
padding: 15px;
border-bottom: 3px solid #ff0000;
margin-left: 15px;
margin-right: 15px;
background-color: aqua;
}
...
