diff --git a/dashboard-ui/css/librarybrowser.css b/dashboard-ui/css/librarybrowser.css index 4984171090..2b3082e970 100644 --- a/dashboard-ui/css/librarybrowser.css +++ b/dashboard-ui/css/librarybrowser.css @@ -628,14 +628,17 @@ a.itemTag:hover { top: 0; right: 0; text-align: center; - background-color: #008FBB; padding: 3px 10px; border-bottom-left-radius: 10px; color: #fff; + + background: rgb(0, 143, 187); + background: rgba(0, 143, 187, .8); } .offlinePosterRibbon { - background-color: #cc3333; + background: rgb(255, 106, 0); + background: rgba(255, 106, 0, .85); } .itemProgress { diff --git a/dashboard-ui/scripts/librarybrowser.js b/dashboard-ui/scripts/librarybrowser.js index 46a63df55f..911489dad9 100644 --- a/dashboard-ui/scripts/librarybrowser.js +++ b/dashboard-ui/scripts/librarybrowser.js @@ -814,7 +814,13 @@ }, getNewIndicatorHtml: function (item) { - if (item.Type == "Series" || item.Type == "Season") { + if (item.Type == "Season") { + if (item.RecursiveUnplayedItemCount) { + return '