mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-16 21:15:33 -04:00
38 lines
700 B
CSS
38 lines
700 B
CSS
.legendItem {
|
|
margin: 3px 0;
|
|
margin-right: 6px;
|
|
padding-left: 5px;
|
|
width: 220px;
|
|
border-left-width: 4px;
|
|
border-left-style: solid;
|
|
cursor: default;
|
|
}
|
|
|
|
/*
|
|
* Status
|
|
*/
|
|
|
|
.downloaded {
|
|
composes: downloaded from '~Calendar/Events/CalendarEvent.css';
|
|
}
|
|
|
|
.queue {
|
|
composes: queue from '~Calendar/Events/CalendarEvent.css';
|
|
}
|
|
|
|
.unmonitored {
|
|
composes: unmonitored from '~Calendar/Events/CalendarEvent.css';
|
|
}
|
|
|
|
.missingUnmonitored {
|
|
composes: missingUnmonitored from '~Calendar/Events/CalendarEvent.css';
|
|
}
|
|
|
|
.missingMonitored {
|
|
composes: missingMonitored from '~Calendar/Events/CalendarEvent.css';
|
|
}
|
|
|
|
.continuing {
|
|
composes: continuing from '~Calendar/Events/CalendarEvent.css';
|
|
}
|