FIx modals

This commit is contained in:
Alex D. 2019-03-09 23:00:16 +01:00
parent 3c48440dd9
commit 30abc24c87
1 changed files with 16 additions and 0 deletions

View File

@ -756,4 +756,20 @@ label.control-label>span.field-optional:before {
.table-responsive {
border: none !important;
}
.modal-content {
background-color: #222;
border-radius: 10px;
}
.modal-header, .modal-footer {
border-bottom: none;
border-top: none;
}
.close {
color: #fff;
text-shadow: 0 1px 0 #000;
opacity: 0.5;
}