Browse Source

fixed modal background and text color

pull/15/head
gilbN 5 years ago
parent
commit
4ddace80a3
  1. 15
      CSS/themes/sonarr/sonarr-base.css

15
CSS/themes/sonarr/sonarr-base.css

@ -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 */

Loading…
Cancel
Save