mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-19 21:46:50 -04:00
750b0331ab
Fixed: Fix issue with calendar not showing Downloaded + Unmonitored (Yellow) Fixed: Fix issue with colorblind mode not working anywhere except the Calendar Refactor status color function so it is used everywhere instead of one for the calendar and one everywhere else Refactor css style naming to be more consistent in the calendar with everything else
95 lines
1.7 KiB
CSS
95 lines
1.7 KiB
CSS
.status {
|
|
composes: headerCell from '~Components/Table/VirtualTableHeaderCell.css';
|
|
|
|
flex: 0 0 60px;
|
|
}
|
|
|
|
.collection,
|
|
.sortTitle {
|
|
composes: headerCell from '~Components/Table/VirtualTableHeaderCell.css';
|
|
|
|
flex: 4 0 110px;
|
|
}
|
|
|
|
.minimumAvailability {
|
|
composes: headerCell from '~Components/Table/VirtualTableHeaderCell.css';
|
|
|
|
flex: 0 0 140px;
|
|
}
|
|
|
|
.studio {
|
|
composes: headerCell from '~Components/Table/VirtualTableHeaderCell.css';
|
|
|
|
flex: 2 0 90px;
|
|
}
|
|
|
|
.qualityProfileId {
|
|
composes: headerCell from '~Components/Table/VirtualTableHeaderCell.css';
|
|
|
|
flex: 1 0 125px;
|
|
}
|
|
|
|
.inCinemas,
|
|
.physicalRelease,
|
|
.digitalRelease,
|
|
.genres {
|
|
composes: headerCell from '~Components/Table/VirtualTableHeaderCell.css';
|
|
|
|
flex: 0 0 180px;
|
|
}
|
|
|
|
.added,
|
|
.runtime {
|
|
composes: headerCell from '~Components/Table/VirtualTableHeaderCell.css';
|
|
|
|
flex: 0 0 100px;
|
|
}
|
|
|
|
.movieStatus {
|
|
composes: headerCell from '~Components/Table/VirtualTableHeaderCell.css';
|
|
|
|
flex: 0 0 110px;
|
|
}
|
|
|
|
.certification {
|
|
composes: headerCell from '~Components/Table/VirtualTableHeaderCell.css';
|
|
|
|
flex: 0 0 90px;
|
|
}
|
|
|
|
.year {
|
|
composes: headerCell from '~Components/Table/VirtualTableHeaderCell.css';
|
|
|
|
flex: 0 0 80px;
|
|
}
|
|
|
|
.path {
|
|
composes: headerCell from '~Components/Table/VirtualTableHeaderCell.css';
|
|
|
|
flex: 1 0 150px;
|
|
}
|
|
|
|
.sizeOnDisk {
|
|
composes: headerCell from '~Components/Table/VirtualTableHeaderCell.css';
|
|
|
|
flex: 0 0 120px;
|
|
}
|
|
|
|
.ratings {
|
|
composes: headerCell from '~Components/Table/VirtualTableHeaderCell.css';
|
|
|
|
flex: 0 0 80px;
|
|
}
|
|
|
|
.tags {
|
|
composes: headerCell from '~Components/Table/VirtualTableHeaderCell.css';
|
|
|
|
flex: 1 0 60px;
|
|
}
|
|
|
|
.actions {
|
|
composes: headerCell from '~Components/Table/VirtualTableHeaderCell.css';
|
|
|
|
flex: 0 1 90px;
|
|
}
|