popup modal color fix

This commit is contained in:
gilbN 2019-06-16 13:59:26 +02:00
parent 1c1d4e3255
commit 591ae311e9
2 changed files with 6 additions and 0 deletions

View File

@ -212,6 +212,9 @@
}
.nav-tabs>li>a {
color: #ffffff;
}
.modal-content, .modal-header, .modal-footer, .modal-body {
background: var(--main-bg-color)!important;
}
/* Settings - save button */
.btn-info, .btn-info.disabled {

View File

@ -212,6 +212,9 @@
}
.nav-tabs>li>a {
color: #ffffff;
}
.modal-content, .modal-header, .modal-footer, .modal-body {
background: var(--main-bg-color)!important;
}
/* Settings - save button */
.btn-info, .btn-info.disabled {