popup modal color fix
This commit is contained in:
parent
1c1d4e3255
commit
591ae311e9
@ -212,6 +212,9 @@
|
|||||||
}
|
}
|
||||||
.nav-tabs>li>a {
|
.nav-tabs>li>a {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
|
}
|
||||||
|
.modal-content, .modal-header, .modal-footer, .modal-body {
|
||||||
|
background: var(--main-bg-color)!important;
|
||||||
}
|
}
|
||||||
/* Settings - save button */
|
/* Settings - save button */
|
||||||
.btn-info, .btn-info.disabled {
|
.btn-info, .btn-info.disabled {
|
||||||
|
|||||||
@ -212,6 +212,9 @@
|
|||||||
}
|
}
|
||||||
.nav-tabs>li>a {
|
.nav-tabs>li>a {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
|
}
|
||||||
|
.modal-content, .modal-header, .modal-footer, .modal-body {
|
||||||
|
background: var(--main-bg-color)!important;
|
||||||
}
|
}
|
||||||
/* Settings - save button */
|
/* Settings - save button */
|
||||||
.btn-info, .btn-info.disabled {
|
.btn-info, .btn-info.disabled {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user