lidarr: modal border color
This commit is contained in:
parent
15a4367a3f
commit
e97a462712
@ -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…
Reference in New Issue
Block a user