1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2025-11-06 09:19:38 +02:00

Fixed: Color unaired items in agenda view

Closes #5477
This commit is contained in:
Stevie Robinson
2023-03-11 07:37:02 +01:00
committed by GitHub
parent 9800bd6b43
commit 4f5a183152
2 changed files with 5 additions and 0 deletions

View File

@@ -103,6 +103,10 @@
composes: premiere from '~Calendar/Events/CalendarEvent.css';
}
.unaired {
composes: unaired from '~Calendar/Events/CalendarEvent.css';
}
@media only screen and (max-width: $breakpointSmall) {
.event {
flex-direction: column;

View File

@@ -17,6 +17,7 @@ interface CssExports {
'seriesTitle': string;
'statusIcon': string;
'time': string;
'unaired': string;
'underlay': string;
'unmonitored': string;
}