lidarr: modal border color

This commit is contained in:
gilbN 2019-07-21 22:13:59 +02:00
parent 15a4367a3f
commit e97a462712

View File

@ -68,6 +68,7 @@ background-color: hsla(0,0%,100%,.25) !important;
.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);
@ -76,6 +77,7 @@ background-color: hsla(0,0%,100%,.25) !important;
.ModalFooter-modalFooter-1N5Ku { .ModalFooter-modalFooter-1N5Ku {
background: var(--main-bg-color); background: var(--main-bg-color);
color: #fff; color: #fff;
border-top: 1px solid hsla(0,0%,100%,.08);
} }
/* INPUT */ /* INPUT */
@ -233,6 +235,7 @@ background-color: hsla(0,0%,100%,.25) !important;
.FieldSet-legend-3x6NF { .FieldSet-legend-3x6NF {
color: #FFF; color: #FFF;
border-bottom: 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);