Browse Source

lidarr: modal border color

pull/15/head
gilbN 6 years ago
parent
commit
e97a462712
  1. 3
      CSS/themes/lidarr/lidarr-base.css

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

@ -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);

Loading…
Cancel
Save