mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 14:03:29 -07:00
Episode status icons converted to nd icons
This commit is contained in:
parent
c1b68e0dee
commit
e9fdc6a575
2 changed files with 20 additions and 4 deletions
|
@ -89,4 +89,20 @@
|
|||
|
||||
.icon-nd-update:before {
|
||||
.icon(@download-alt);
|
||||
}
|
||||
|
||||
.icon-nd-downloading:before {
|
||||
.icon(@download-alt);
|
||||
}
|
||||
|
||||
.icon-nd-tba:before {
|
||||
.icon(@question-sign);
|
||||
}
|
||||
|
||||
.icon-nd-missing:before {
|
||||
.icon(@warning-sign);
|
||||
}
|
||||
|
||||
.icon-nd-not-aired:before {
|
||||
.icon(@time);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue