mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 05:53:33 -07:00
Status and Sorting added to Series Editor
This commit is contained in:
parent
a7a0a25029
commit
61d03a69b7
4 changed files with 79 additions and 14 deletions
|
@ -68,10 +68,7 @@
|
|||
opacity: 0.7;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.episodeMissing
|
||||
{
|
||||
.episodeMissing, table.dataTable tr.series-ended {
|
||||
background-color: #f5d6d6;
|
||||
}
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ table input[type="text"], table input[type="date"], table select {
|
|||
}
|
||||
|
||||
td .path {
|
||||
width: 300px;
|
||||
width: 290px;
|
||||
}
|
||||
|
||||
td .backlogSetting {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue