diff --git a/dashboard-ui/cinemamodeconfiguration.html b/dashboard-ui/cinemamodeconfiguration.html index 3cb858f875..1238c2c3e2 100644 --- a/dashboard-ui/cinemamodeconfiguration.html +++ b/dashboard-ui/cinemamodeconfiguration.html @@ -1,4 +1,4 @@ -
${CinemaModeConfigurationHelp2}
diff --git a/dashboard-ui/css/dashboard.css b/dashboard-ui/css/dashboard.css index f84172a9aa..432d404428 100644 --- a/dashboard-ui/css/dashboard.css +++ b/dashboard-ui/css/dashboard.css @@ -8,11 +8,6 @@ padding-top: 5px; } -paper-input + .fieldDescription { - padding-top: 5px; - opacity: .9; -} - /* Tabs (e.g. advanced metadata page) */ .localnav { margin-bottom: 30px !important; diff --git a/dashboard-ui/css/site.css b/dashboard-ui/css/site.css index 23315296be..0d09ff7345 100644 --- a/dashboard-ui/css/site.css +++ b/dashboard-ui/css/site.css @@ -116,7 +116,7 @@ h1 a:hover { color: #52B54B !important; } -input:not(.paper-input):not([type='checkbox']):not([type='radio']):not([type='file']):not([type='range']):not([is='emby-input']) { +input:not([type='checkbox']):not([type='radio']):not([type='file']):not([type='range']):not([is='emby-input']) { -webkit-appearance: none; -webkit-font-smoothing: antialiased; -webkit-rtl-ordering: logical; diff --git a/dashboard-ui/dashboardgeneral.html b/dashboard-ui/dashboardgeneral.html index e2dc37d404..6e06cbaacf 100644 --- a/dashboard-ui/dashboardgeneral.html +++ b/dashboard-ui/dashboardgeneral.html @@ -5,12 +5,10 @@