From e97a4627122b2f1ea2d91f5aee10040caf25694a Mon Sep 17 00:00:00 2001 From: gilbN Date: Sun, 21 Jul 2019 22:13:59 +0200 Subject: [PATCH] lidarr: modal border color --- CSS/themes/lidarr/lidarr-base.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CSS/themes/lidarr/lidarr-base.css b/CSS/themes/lidarr/lidarr-base.css index c7ffc7f3..cd31be56 100644 --- a/CSS/themes/lidarr/lidarr-base.css +++ b/CSS/themes/lidarr/lidarr-base.css @@ -68,6 +68,7 @@ background-color: hsla(0,0%,100%,.25) !important; .ModalHeader-modalHeader-gpcvG { background: var(--main-bg-color); color: #fff; + border-bottom: 1px solid hsla(0,0%,100%,.08); } .ModalContent-modalContent--txrl { background: var(--main-bg-color); @@ -76,6 +77,7 @@ background-color: hsla(0,0%,100%,.25) !important; .ModalFooter-modalFooter-1N5Ku { background: var(--main-bg-color); color: #fff; + border-top: 1px solid hsla(0,0%,100%,.08); } /* INPUT */ @@ -233,6 +235,7 @@ background-color: hsla(0,0%,100%,.25) !important; .FieldSet-legend-3x6NF { color: #FFF; + border-bottom: 1px solid hsla(0,0%,100%,.08); } .TableRow-row-33xJE:hover { background-color: hsla(0,0%,100%,.08);