diff --git a/dashboard-ui/bower_components/emby-webcomponents/emby-button/emby-button.css b/dashboard-ui/bower_components/emby-webcomponents/emby-button/emby-button.css index ddb0d9ef97..50f0c0d6b5 100644 --- a/dashboard-ui/bower_components/emby-webcomponents/emby-button/emby-button.css +++ b/dashboard-ui/bower_components/emby-webcomponents/emby-button/emby-button.css @@ -55,23 +55,28 @@ height: 4.4vh; width: 4.4vh; vertical-align: middle; + font-size: 4.4vh; } [is="emby-button"].noflex { display: inline-block; } - [is="emby-button"].fab.mini { + [is="emby-button"].fab.mini:not(.autoSize) { min-width: 40px !important; min-height: 40px !important; height: 3.3vh !important; width: 3.3vh !important; + } + + [is="emby-button"].fab.mini { padding: .4em; } [is="emby-button"].fab.mini i { - height: 2.6vh !important; - width: 2.6vh !important; + height: 2.4vh !important; + width: 2.4vh !important; + font-size: 2.4vh !important; } [is="emby-button"].fab iron-icon { @@ -108,6 +113,8 @@ [is=emby-button].autoSize { width: auto !important; height: auto !important; + min-height: initial !important; + min-width: initial !important; } [is=paper-icon-button-light] { diff --git a/dashboard-ui/bower_components/emby-webcomponents/emby-select/emby-select.css b/dashboard-ui/bower_components/emby-webcomponents/emby-select/emby-select.css index 6aa9d731f4..8045e5327f 100644 --- a/dashboard-ui/bower_components/emby-webcomponents/emby-select/emby-select.css +++ b/dashboard-ui/bower_components/emby-webcomponents/emby-select/emby-select.css @@ -22,6 +22,10 @@ width: 100%; } +[is="emby-select"] option { + color: initial; +} + .selectContainer { margin-bottom: 2em; } diff --git a/dashboard-ui/components/imagedownloader/imagedownloader.js b/dashboard-ui/components/imagedownloader/imagedownloader.js index 704b7e3bcc..b79cd606b4 100644 --- a/dashboard-ui/components/imagedownloader/imagedownloader.js +++ b/dashboard-ui/components/imagedownloader/imagedownloader.js @@ -1,4 +1,4 @@ -define(['dialogHelper', 'jQuery', 'paper-checkbox', 'paper-fab', 'paper-icon-button-light'], function (dialogHelper, $) { +define(['dialogHelper', 'jQuery', 'emby-checkbox', 'paper-fab', 'paper-icon-button-light'], function (dialogHelper, $) { var currentItemId; var currentItemType; diff --git a/dashboard-ui/components/imagedownloader/imagedownloader.template.html b/dashboard-ui/components/imagedownloader/imagedownloader.template.html index 9492d9cc40..54222e7f30 100644 --- a/dashboard-ui/components/imagedownloader/imagedownloader.template.html +++ b/dashboard-ui/components/imagedownloader/imagedownloader.template.html @@ -1,11 +1,11 @@ -
${SelectCameraUploadServers}