mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-29 05:16:34 +02: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
32 lines
273 B
CSS
32 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;
|
|
}
|