mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-23 22:25:56 -04:00
9884f6f282
Closes #6331
15 lines
204 B
CSS
15 lines
204 B
CSS
.legendIconItem {
|
|
margin: 3px 0;
|
|
margin-right: 6px;
|
|
width: 150px;
|
|
cursor: default;
|
|
}
|
|
|
|
.icon {
|
|
margin-right: 5px;
|
|
|
|
&:global(.fullColorEvents) {
|
|
filter: var(--calendarFullColorFilter)
|
|
}
|
|
}
|