1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-03-21 16:54:30 -04:00
Files
Radarr/frontend/src/Activity/Queue/ProtocolLabel.css
2022-11-20 11:49:50 -06:00

14 lines
278 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);
}