fix dark-mode for modal

This commit is contained in:
Son NK 2020-05-13 23:02:29 +02:00
parent 092d934feb
commit 85130e175b

View file

@ -46,7 +46,7 @@ hr {
background-color: var(--input-bg-color);
}
.form-control:focus, .dataTables_wrapper .dataTables_length select:focus, .dataTables_wrapper .dataTables_filter input:focus {
.form-control:focus, .dataTables_wrapper .dataTables_length select:focus, .dataTables_wrapper .dataTables_filter input:focus, .modal-content {
border-color: #1991eb;
outline: 0;
box-shadow: 0 0 0 2px rgba(70, 127, 207, 0.25);