diff --git a/dashboard-ui/bower_components/emby-webcomponents/emby-input/emby-input.css b/dashboard-ui/bower_components/emby-webcomponents/emby-input/emby-input.css index 1d8ce5edfc..5de2c6637d 100644 --- a/dashboard-ui/bower_components/emby-webcomponents/emby-input/emby-input.css +++ b/dashboard-ui/bower_components/emby-webcomponents/emby-input/emby-input.css @@ -11,7 +11,7 @@ box-sizing: border-box; /* Remove select styling */ /* Font size must the 16px or larger to prevent iOS page zoom on focus */ - font-size: inherit; + font-size: 110%; /* General select styles: change as needed */ font-family: inherit; font-weight: inherit; @@ -34,7 +34,7 @@ .inputLabel-float { transform-origin: left top; - transform: scale(1.3,1.3) translateY(86%); + transform: scale(1.25,1.25) translateY(94%); } .inputLabelFocused { diff --git a/dashboard-ui/bower_components/emby-webcomponents/emby-input/emby-input.js b/dashboard-ui/bower_components/emby-webcomponents/emby-input/emby-input.js index ba9d51ed5a..94baee656c 100644 --- a/dashboard-ui/bower_components/emby-webcomponents/emby-input/emby-input.js +++ b/dashboard-ui/bower_components/emby-webcomponents/emby-input/emby-input.js @@ -48,7 +48,7 @@ label.classList.add('inputLabel'); label.classList.add('inputLabelUnfocused'); - var instanceSupportsFloat = supportsFloatingLabel && this.type != 'date'; + var instanceSupportsFloat = supportsFloatingLabel && this.type != 'date' && this.type != 'time'; label.htmlFor = this.id; parentNode.insertBefore(label, this); 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 7a370cb1f7..2ce005392a 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 @@ -11,7 +11,7 @@ box-sizing: border-box; /* Remove select styling */ /* Font size must the 16px or larger to prevent iOS page zoom on focus */ - font-size: inherit; + font-size: 110%; /* General select styles: change as needed */ font-family: inherit; font-weight: inherit; diff --git a/dashboard-ui/components/tvproviders/schedulesdirect.js b/dashboard-ui/components/tvproviders/schedulesdirect.js index 13b74dd942..12e629054e 100644 --- a/dashboard-ui/components/tvproviders/schedulesdirect.js +++ b/dashboard-ui/components/tvproviders/schedulesdirect.js @@ -1,4 +1,4 @@ -define(['jQuery','paper-checkbox', 'listViewStyle', 'paper-input', 'paper-checkbox'], function ($) { +define(['jQuery','paper-checkbox', 'listViewStyle', 'emby-input', 'emby-select'], function ($) { return function (page, providerId, options) { diff --git a/dashboard-ui/components/tvproviders/schedulesdirect.template.html b/dashboard-ui/components/tvproviders/schedulesdirect.template.html index 3fd309fe39..83ae72b006 100644 --- a/dashboard-ui/components/tvproviders/schedulesdirect.template.html +++ b/dashboard-ui/components/tvproviders/schedulesdirect.template.html @@ -13,15 +13,15 @@