mirror of
https://github.com/gilbN/theme.park.git
synced 2024-11-05 18:52:29 +01:00
sonarr: quality profile color fix.
This commit is contained in:
parent
2554e37faa
commit
d5458444d9
@ -927,7 +927,18 @@ pre {
|
|||||||
border: none;
|
border: none;
|
||||||
color: #c2c6c8;
|
color: #c2c6c8;
|
||||||
}
|
}
|
||||||
|
.QualityProfileItem-qualityProfileItem-VFp-W, .QualityProfileItemGroup-qualityProfileItemGroup-2U1l5 {
|
||||||
|
border: none;
|
||||||
|
background-color: rgba(0, 0, 0, .25);
|
||||||
|
color: #FFF;
|
||||||
|
}
|
||||||
|
.QualityProfileItemGroup-qualityProfileItemGroup-2U1l5.QualityProfileItemGroup-editGroups-2KzDp {
|
||||||
|
background: rgba(0, 0, 0, 0.25);
|
||||||
|
}
|
||||||
|
.Label-default-2AF1C {
|
||||||
|
border-color: var(--notification-box-line);
|
||||||
|
background: var(--notification-box-line);
|
||||||
|
}
|
||||||
/* PROFILES */
|
/* PROFILES */
|
||||||
.Indexers-center-11Csq {
|
.Indexers-center-11Csq {
|
||||||
background-color: rgba(0, 0, 0, .25);
|
background-color: rgba(0, 0, 0, .25);
|
||||||
|
Loading…
Reference in New Issue
Block a user