mirror of
https://github.com/simple-login/app.git
synced 2025-02-24 07:43:54 +08:00
fix dark-mode for modal
This commit is contained in:
parent
092d934feb
commit
85130e175b
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue