Browse Source

sonarr: modal border fix

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

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

@ -656,6 +656,7 @@ pre {
.ModalHeader-modalHeader-gpcvG { .ModalHeader-modalHeader-gpcvG {
background: var(--main-bg-color); background: var(--main-bg-color);
color: #fff; color: #fff;
border-bottom: 1px solid hsla(0,0%,100%,.08);
} }
.ModalContent-modalContent--txrl { .ModalContent-modalContent--txrl {
background: var(--main-bg-color); background: var(--main-bg-color);
@ -664,6 +665,7 @@ pre {
.ModalFooter-modalFooter-1N5Ku { .ModalFooter-modalFooter-1N5Ku {
background: var(--main-bg-color); background: var(--main-bg-color);
color: #fff; color: #fff;
border-bottom: 1px solid hsla(0,0%,100%,.08);
} }
.ModalContent-closeButton-37Puk:hover { .ModalContent-closeButton-37Puk:hover {
color: #fff; color: #fff;
@ -887,6 +889,7 @@ pre {
.FieldSet-legend-3x6NF { .FieldSet-legend-3x6NF {
color: #FFF; color: #FFF;
border-top: 1px solid hsla(0,0%,100%,.08);
} }
.TableRow-row-33xJE:hover { .TableRow-row-33xJE:hover {
background-color: hsla(0,0%,100%,.08); background-color: hsla(0,0%,100%,.08);

Loading…
Cancel
Save