Shinobi/web/assets/css/modal.dark.css

11 lines
174 B
CSS

.modal-dark .modal-content {
background: #222;
color: #fff;
}
.modal-dark .modal-header,
.modal-dark .modal-footer
{
background: #333;
border-color: #222;
}