mirror of
https://github.com/Sonarr/Sonarr
synced 2025-12-20 07:13:47 +01:00
New: Queue status icon is purple when download is waiting to import or importing Fixed: Timeleft on Queue won't show when completed Closes #3743
31 lines
273 B
CSS
31 lines
273 B
CSS
.danger {
|
|
color: $dangerColor;
|
|
}
|
|
|
|
.default {
|
|
color: inherit;
|
|
}
|
|
|
|
.disabled {
|
|
color: $disabledColor;
|
|
}
|
|
|
|
.info {
|
|
color: $infoColor;
|
|
}
|
|
|
|
.pink {
|
|
color: $pink;
|
|
}
|
|
|
|
.success {
|
|
color: $successColor;
|
|
}
|
|
|
|
.warning {
|
|
color: $warningColor;
|
|
}
|
|
|
|
.purple {
|
|
color: $purple;
|
|
}
|