1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-11-05 10:42:28 +01:00

sonarr: quality profile color fix.

This commit is contained in:
gilbN 2019-07-01 19:04:43 +02:00
parent 2554e37faa
commit d5458444d9

View File

@ -927,7 +927,18 @@ pre {
border: none;
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 */
.Indexers-center-11Csq {
background-color: rgba(0, 0, 0, .25);