FIx modals
This commit is contained in:
parent
3c48440dd9
commit
30abc24c87
|
@ -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;
|
||||
}
|
Reference in New Issue