From 5cb377b6a96bc683ad45b541661f2a827ae74946 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Mon, 6 Jul 2015 10:20:23 -0400 Subject: [PATCH] update omdb --- dashboard-ui/css/librarybrowser.css | 6 +- dashboard-ui/itemdetails.html | 2 +- dashboard-ui/scripts/backdrops.js | 25 +- dashboard-ui/scripts/htmlmediarenderer.js | 2 +- dashboard-ui/scripts/itembynamedetailpage.js | 2 +- dashboard-ui/scripts/itemdetailpage.js | 10 +- dashboard-ui/scripts/librarybrowser.js | 25 +- dashboard-ui/scripts/livetvnewrecording.js | 2 +- dashboard-ui/scripts/livetvprogram.js | 2 +- dashboard-ui/scripts/livetvrecording.js | 2 +- dashboard-ui/scripts/livetvtimer.js | 2 +- dashboard-ui/thirdparty/viblast.js | 976 +++++++++++++++++++ 12 files changed, 1028 insertions(+), 28 deletions(-) create mode 100644 dashboard-ui/thirdparty/viblast.js diff --git a/dashboard-ui/css/librarybrowser.css b/dashboard-ui/css/librarybrowser.css index 508983f4ea..cc994abf3c 100644 --- a/dashboard-ui/css/librarybrowser.css +++ b/dashboard-ui/css/librarybrowser.css @@ -24,6 +24,10 @@ background-color: rgba(20, 20,20, .92) !important; } +.backdropPage.lightBackdropPage.ui-page-theme-b:not(.pageWithAbsoluteTabs), .backdropPage.lightBackdropPage.pageWithAbsoluteTabs .pageBackground { + background-color: rgba(20, 20,20, .88) !important; +} + .pageWithAbsoluteTabs .pageBackground { position: fixed; top: 0; @@ -1749,4 +1753,4 @@ paper-icon-button.listviewMenuButton { .detailsMenuOverview { max-height: 160px; } -} +} \ No newline at end of file diff --git a/dashboard-ui/itemdetails.html b/dashboard-ui/itemdetails.html index 9a91681baa..78600097e4 100644 --- a/dashboard-ui/itemdetails.html +++ b/dashboard-ui/itemdetails.html @@ -4,7 +4,7 @@ -
+