diff --git a/dashboard-ui/mypreferenceshome.html b/dashboard-ui/mypreferenceshome.html index 6c292caf91..50f9a2186c 100644 --- a/dashboard-ui/mypreferenceshome.html +++ b/dashboard-ui/mypreferenceshome.html @@ -76,7 +76,7 @@

${LabelSelectFolderGroups}

-
${LabelSelectFolderGroupsHelp}
+
${LabelSelectFolderGroupsHelp}

diff --git a/dashboard-ui/mypreferencesmenu.html b/dashboard-ui/mypreferencesmenu.html index f795decc36..e786c686dd 100644 --- a/dashboard-ui/mypreferencesmenu.html +++ b/dashboard-ui/mypreferencesmenu.html @@ -1,57 +1,57 @@ -
+
diff --git a/dashboard-ui/scripts/livetvrecordings.js b/dashboard-ui/scripts/livetvrecordings.js index 1789fec867..f761970926 100644 --- a/dashboard-ui/scripts/livetvrecordings.js +++ b/dashboard-ui/scripts/livetvrecordings.js @@ -1,21 +1,21 @@ -define(['scripts/livetvcomponents', 'emby-button'], function () { +define(['scripts/livetvcomponents', 'emby-button', 'listViewStyle'], function () { function getRecordingGroupHtml(group) { var html = ''; - html += ''; + html += '
'; html += ''; - html += ''; + html += ''; return html; } @@ -177,9 +177,7 @@ }).then(function (result) { - require(['paper-item-body', 'paper-icon-item'], function () { - renderRecordingGroups(context, result.Items); - }); + renderRecordingGroups(context, result.Items); }); } diff --git a/dashboard-ui/scripts/livetvsuggested.js b/dashboard-ui/scripts/livetvsuggested.js index 7f698368f9..6fe55a2bec 100644 --- a/dashboard-ui/scripts/livetvsuggested.js +++ b/dashboard-ui/scripts/livetvsuggested.js @@ -161,8 +161,6 @@ case 2: document.body.classList.remove('autoScrollY'); depends.push('scripts/livetvchannels'); - depends.push('paper-icon-item'); - depends.push('paper-item-body'); break; case 3: document.body.classList.remove('autoScrollY'); diff --git a/dashboard-ui/scripts/musicrecommended.js b/dashboard-ui/scripts/musicrecommended.js index 0f9391400b..83464b3c7d 100644 --- a/dashboard-ui/scripts/musicrecommended.js +++ b/dashboard-ui/scripts/musicrecommended.js @@ -290,8 +290,6 @@ break; case 4: depends.push('scripts/songs'); - depends.push('paper-icon-item'); - depends.push('paper-item-body'); break; case 5: depends.push('scripts/musicgenres'); diff --git a/dashboard-ui/scripts/mypreferenceshome.js b/dashboard-ui/scripts/mypreferenceshome.js index 8abdf10efe..16bf77a526 100644 --- a/dashboard-ui/scripts/mypreferenceshome.js +++ b/dashboard-ui/scripts/mypreferenceshome.js @@ -1,4 +1,4 @@ -define([], function () { +define(['listViewStyle'], function () { function renderViews(page, user, result) { @@ -68,17 +68,17 @@ var currentHtml = ''; - currentHtml += ''; + currentHtml += '
'; - currentHtml += ''; + currentHtml += ''; - currentHtml += ''; + currentHtml += '
'; currentHtml += '
'; currentHtml += view.Name; currentHtml += '
'; - currentHtml += ''; + currentHtml += '
'; if (index > 0) { @@ -90,7 +90,7 @@ } - currentHtml += ''; + currentHtml += '
'; index++; return currentHtml; diff --git a/dashboard-ui/scripts/selectserver.js b/dashboard-ui/scripts/selectserver.js index df19ad5e7d..50f35fe7f8 100644 --- a/dashboard-ui/scripts/selectserver.js +++ b/dashboard-ui/scripts/selectserver.js @@ -25,11 +25,11 @@ var html = ''; - html += ''; + html += '
'; - html += ''; + html += ''; - html += ''; + html += '
'; html += ''; html += '
'; @@ -41,13 +41,13 @@ //html += '
'; html += '
'; - html += ''; + html += '
'; if (server.Id) { html += ''; } - html += ''; + html += '
'; return html; } @@ -268,21 +268,21 @@ var html = ''; - html += ''; + html += '
'; - html += ''; + html += ''; - html += ''; + html += '
'; html += '
'; html += invite.Name; html += '
'; - html += ''; + html += '
'; html += ''; - html += ''; + html += '
'; return html; } diff --git a/dashboard-ui/scripts/site.js b/dashboard-ui/scripts/site.js index e5d6185653..b368936285 100644 --- a/dashboard-ui/scripts/site.js +++ b/dashboard-ui/scripts/site.js @@ -2760,7 +2760,7 @@ var AppInfo = {}; defineRoute({ path: '/mypreferenceshome.html', - dependencies: ['emby-checkbox', 'paper-fab', 'paper-item-body', 'paper-icon-item', 'emby-button'], + dependencies: ['emby-checkbox', 'emby-button'], autoFocus: false, transition: 'fade', controller: 'scripts/mypreferenceshome' @@ -2912,7 +2912,7 @@ var AppInfo = {}; defineRoute({ path: '/selectserver.html', - dependencies: ['paper-fab', 'paper-item-body', 'paper-icon-item', 'emby-button'], + dependencies: ['listViewStyle', 'emby-button'], autoFocus: false, anonymous: true, controller: 'scripts/selectserver' diff --git a/dashboard-ui/thirdparty/paper-button-style.css b/dashboard-ui/thirdparty/paper-button-style.css index 623f8cc5c5..7e19daa4cd 100644 --- a/dashboard-ui/thirdparty/paper-button-style.css +++ b/dashboard-ui/thirdparty/paper-button-style.css @@ -231,16 +231,16 @@ paper-fab.accent { background-color: #52B54B; } -paper-fab.green { - background-color: #81c784; +.fab.green { + background-color: #81c784 !important; } -paper-fab.orange { - background-color: #ffd54f; +.fab.orange { + background-color: #ffd54f !important; } -paper-fab.red { - background-color: #e57373; +.fab.red { + background-color: #e57373 !important; } paper-menu-item {