diff --git a/dashboard-ui/bower_components/emby-webcomponents/.bower.json b/dashboard-ui/bower_components/emby-webcomponents/.bower.json index e286b99dbb..f4dbf356e0 100644 --- a/dashboard-ui/bower_components/emby-webcomponents/.bower.json +++ b/dashboard-ui/bower_components/emby-webcomponents/.bower.json @@ -14,12 +14,12 @@ }, "devDependencies": {}, "ignore": [], - "version": "1.4.227", - "_release": "1.4.227", + "version": "1.4.228", + "_release": "1.4.228", "_resolution": { "type": "version", - "tag": "1.4.227", - "commit": "2505460646b01598627d65be60949d0ca0422b9f" + "tag": "1.4.228", + "commit": "1cfdbd2cf131d65f407bb004f8840f8b0cb929ea" }, "_source": "https://github.com/MediaBrowser/emby-webcomponents.git", "_target": "^1.2.1", diff --git a/dashboard-ui/bower_components/emby-webcomponents/actionsheet/actionsheet.css b/dashboard-ui/bower_components/emby-webcomponents/actionsheet/actionsheet.css index c926abada7..156ea446f7 100644 --- a/dashboard-ui/bower_components/emby-webcomponents/actionsheet/actionsheet.css +++ b/dashboard-ui/bower_components/emby-webcomponents/actionsheet/actionsheet.css @@ -89,3 +89,9 @@ .actionsheet-extraSpacing { font-size: 108%; } + +.btnCloseActionSheet { + position: fixed; + top: .5em; + left: .25em; +} \ No newline at end of file diff --git a/dashboard-ui/bower_components/emby-webcomponents/actionsheet/actionsheet.js b/dashboard-ui/bower_components/emby-webcomponents/actionsheet/actionsheet.js index b3c51f597f..717bf4e54f 100644 --- a/dashboard-ui/bower_components/emby-webcomponents/actionsheet/actionsheet.js +++ b/dashboard-ui/bower_components/emby-webcomponents/actionsheet/actionsheet.js @@ -155,6 +155,10 @@ } } + if (layoutManager.tv) { + html += ''; + } + // If any items have an icon, give them all an icon just to make sure they're all lined up evenly var center = options.title && (!renderIcon /*|| itemsWithIcons.length != options.items.length*/); @@ -215,7 +219,7 @@ if (options.showCancel) { html += '
'; - html += ''; + html += ''; html += '
'; } html += ''; @@ -226,8 +230,9 @@ centerFocus(dlg.querySelector('.actionSheetScroller'), false, true); } - if (options.showCancel) { - dlg.querySelector('.btnCancel').addEventListener('click', function () { + var btnCloseActionSheet = dlg.querySelector('.btnCloseActionSheet'); + if (btnCloseActionSheet) { + dlg.querySelector('.btnCloseActionSheet').addEventListener('click', function () { dialogHelper.close(dlg); }); } diff --git a/dashboard-ui/bower_components/emby-webcomponents/emby-collapse/emby-collapse.css b/dashboard-ui/bower_components/emby-webcomponents/emby-collapse/emby-collapse.css index 86e4d811c0..5436f8d51e 100644 --- a/dashboard-ui/bower_components/emby-webcomponents/emby-collapse/emby-collapse.css +++ b/dashboard-ui/bower_components/emby-webcomponents/emby-collapse/emby-collapse.css @@ -3,12 +3,13 @@ } .collapseContent { - border-width: 0 1px 1px 1px; + border-width: 0; padding: 1.25em 1.25em; height: 0; transition-property: height; transition-duration: 300ms; overflow: hidden; + background: #222; } .emby-collapsible-button { @@ -18,6 +19,9 @@ text-transform: none; width: 100%; text-align: left; + border: 0; + text-transform: none; + border-bottom: 1px solid #333; } .emby-collapse-expandIcon { @@ -28,3 +32,8 @@ .emby-collapse-expandIconExpanded { transform: rotate(180deg); } + +.emby-collapsible-title { + margin: 0; + padding: 0; +} \ No newline at end of file diff --git a/dashboard-ui/bower_components/emby-webcomponents/guide/guide.css b/dashboard-ui/bower_components/emby-webcomponents/guide/guide.css index 7c4f84e711..3918b00a6d 100644 --- a/dashboard-ui/bower_components/emby-webcomponents/guide/guide.css +++ b/dashboard-ui/bower_components/emby-webcomponents/guide/guide.css @@ -59,7 +59,7 @@ } .newTvProgram { - background: #43A047; + background: #64A239; } .liveTvProgram { diff --git a/dashboard-ui/bower_components/iron-icon/.bower.json b/dashboard-ui/bower_components/iron-icon/.bower.json index f76855b27a..87e3dad5d3 100644 --- a/dashboard-ui/bower_components/iron-icon/.bower.json +++ b/dashboard-ui/bower_components/iron-icon/.bower.json @@ -32,14 +32,14 @@ "web-component-tester": "^4.0.0", "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0" }, - "homepage": "https://github.com/PolymerElements/iron-icon", + "homepage": "https://github.com/polymerelements/iron-icon", "_release": "1.0.10", "_resolution": { "type": "version", "tag": "v1.0.10", "commit": "f4e146da4982ff96bb25db85290c09e8de4ec734" }, - "_source": "git://github.com/PolymerElements/iron-icon.git", + "_source": "git://github.com/polymerelements/iron-icon.git", "_target": "^1.0.0", - "_originalSource": "PolymerElements/iron-icon" + "_originalSource": "polymerelements/iron-icon" } \ No newline at end of file diff --git a/dashboard-ui/bower_components/iron-meta/.bower.json b/dashboard-ui/bower_components/iron-meta/.bower.json index 5e37c2a3e4..db341575ee 100644 --- a/dashboard-ui/bower_components/iron-meta/.bower.json +++ b/dashboard-ui/bower_components/iron-meta/.bower.json @@ -27,14 +27,14 @@ }, "main": "iron-meta.html", "ignore": [], - "homepage": "https://github.com/polymerelements/iron-meta", + "homepage": "https://github.com/PolymerElements/iron-meta", "_release": "1.1.2", "_resolution": { "type": "version", "tag": "v1.1.2", "commit": "bae96531b63ea6d4ce982f5592248aea849c0f5a" }, - "_source": "git://github.com/polymerelements/iron-meta.git", + "_source": "git://github.com/PolymerElements/iron-meta.git", "_target": "^1.0.0", - "_originalSource": "polymerelements/iron-meta" + "_originalSource": "PolymerElements/iron-meta" } \ No newline at end of file diff --git a/dashboard-ui/bower_components/polymer/.bower.json b/dashboard-ui/bower_components/polymer/.bower.json index a96f0f050e..0a799864cb 100644 --- a/dashboard-ui/bower_components/polymer/.bower.json +++ b/dashboard-ui/bower_components/polymer/.bower.json @@ -40,6 +40,6 @@ "commit": "1f197d9d7874b1e5808b2a5c26f34446a7d912fc" }, "_source": "git://github.com/Polymer/polymer.git", - "_target": "^1.1.0", + "_target": "^1.5.0", "_originalSource": "Polymer/polymer" } \ No newline at end of file diff --git a/dashboard-ui/css/site.css b/dashboard-ui/css/site.css index aa55c7b5b0..18718a876f 100644 --- a/dashboard-ui/css/site.css +++ b/dashboard-ui/css/site.css @@ -562,24 +562,6 @@ progress { background-color: #e8e8e8; } -.ui-body-b .emby-collapsible-button { - border: 0; - background-color: #333; - text-transform: none; -} - -.ui-body-b .emby-collapsible-title { - margin: 0; - color: #fff; - padding: 0 0 0 .5em; - font-weight: 500; -} - -.ui-body-b .emby-collapsible-content, .ui-body-b .collapseContent { - border-width: 0; - background-color: #222; -} - .ui-body-a select { background: none; border-color: #757575; @@ -590,20 +572,10 @@ progress { } .ui-body-a .emby-collapsible-button { - border: 0; - background-color: #e8e8e8; - text-transform: none; + border-color: #ddd; } -.ui-body-a .emby-collapsible-title { - margin: .15em 0; - color: #333; - padding: 0 0 0 .5em; - font-weight: 500; -} - -.ui-body-a .emby-collapsible-content, .ui-body-a .collapseContent { - border-width: 0; +.ui-body-a .collapseContent { background-color: #fff; } diff --git a/dashboard-ui/thirdparty/paper-button-style.css b/dashboard-ui/thirdparty/paper-button-style.css index 150b10f5d8..521429ac17 100644 --- a/dashboard-ui/thirdparty/paper-button-style.css +++ b/dashboard-ui/thirdparty/paper-button-style.css @@ -152,7 +152,7 @@ div.dialogHeader { } .ui-body-a div.formDialogFooter { - background-color: #ddd; + background-color: #e0e0e0; color: inherit; }