mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-18 21:34:28 -04:00
New: Filter series by type (standard, daily or anime)
This commit is contained in:
@@ -185,4 +185,18 @@
|
||||
.icon-nd-health-error:before {
|
||||
.icon(@exclamation-sign);
|
||||
color : @brand-danger;
|
||||
}
|
||||
|
||||
.icon-nd-standard-series:before {
|
||||
font-weight: bold;
|
||||
content: 'S';
|
||||
}
|
||||
|
||||
.icon-nd-daily-series:before {
|
||||
.icon(@calendar-empty);
|
||||
}
|
||||
|
||||
.icon-nd-anime:before {
|
||||
font-weight: bold;
|
||||
content: 'A';
|
||||
}
|
||||
Reference in New Issue
Block a user