mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-20 21:55:03 -04:00
3ae6347532
(cherry picked from commit 76650af9fdc7ef06d13ce252986d21574903d293) Closes #10231
18 lines
340 B
CSS
18 lines
340 B
CSS
.torrent {
|
|
composes: label from '~Components/Label.css';
|
|
|
|
border-color: var(--torrentColor);
|
|
background-color: var(--torrentColor);
|
|
}
|
|
|
|
.usenet {
|
|
composes: label from '~Components/Label.css';
|
|
|
|
border-color: var(--usenetColor);
|
|
background-color: var(--usenetColor);
|
|
}
|
|
|
|
.unknown {
|
|
composes: label from '~Components/Label.css';
|
|
}
|