fixed modal background and text color

This commit is contained in:
gilbN 2019-06-27 20:43:35 +02:00
parent 73ad4b42ab
commit 4ddace80a3

View File

@ -147,6 +147,9 @@ body {
color: #ffffff; color: #ffffff;
} }
.FormInputHelpText-helpText-3_AVV {
color: #ffffff;
}
/* /Movies/Series/Season page */ /* /Movies/Series/Season page */
.started #page { .started #page {
background-color: rgba(0, 0, 0, .25); background-color: rgba(0, 0, 0, .25);
@ -636,16 +639,16 @@ pre {
/* MODAL */ /* MODAL */
.ModalHeader-modalHeader-gpcvG { .ModalHeader-modalHeader-gpcvG {
background-color: #323232; background: var(--main-bg-color);
color: #FFF; color: #fff;
} }
.ModalContent-modalContent--txrl { .ModalContent-modalContent--txrl {
background-color: #282828; background: var(--main-bg-color);
color: #999; color: #fff;
} }
.ModalFooter-modalFooter-1N5Ku { .ModalFooter-modalFooter-1N5Ku {
background-color: #323232; background: var(--main-bg-color);
color: #FFF; color: #fff;
} }
/* INPUT */ /* INPUT */