diff --git a/dashboard-ui/css/images/items/list/audio.png b/dashboard-ui/css/images/items/list/audio.png deleted file mode 100644 index c4d7006c1..000000000 Binary files a/dashboard-ui/css/images/items/list/audio.png and /dev/null differ diff --git a/dashboard-ui/css/images/items/list/audiocollection.png b/dashboard-ui/css/images/items/list/audiocollection.png deleted file mode 100644 index d0f7f2302..000000000 Binary files a/dashboard-ui/css/images/items/list/audiocollection.png and /dev/null differ diff --git a/dashboard-ui/css/images/items/list/game.png b/dashboard-ui/css/images/items/list/game.png deleted file mode 100644 index 4f98ea07f..000000000 Binary files a/dashboard-ui/css/images/items/list/game.png and /dev/null differ diff --git a/dashboard-ui/css/images/items/list/gamecollection.png b/dashboard-ui/css/images/items/list/gamecollection.png deleted file mode 100644 index 45bebe349..000000000 Binary files a/dashboard-ui/css/images/items/list/gamecollection.png and /dev/null differ diff --git a/dashboard-ui/css/images/items/list/video.png b/dashboard-ui/css/images/items/list/video.png deleted file mode 100644 index a035e3835..000000000 Binary files a/dashboard-ui/css/images/items/list/video.png and /dev/null differ diff --git a/dashboard-ui/css/images/items/searchhintsv2/film.png b/dashboard-ui/css/images/items/searchhintsv2/film.png deleted file mode 100644 index 780e7f5ae..000000000 Binary files a/dashboard-ui/css/images/items/searchhintsv2/film.png and /dev/null differ diff --git a/dashboard-ui/css/images/items/searchhintsv2/game.png b/dashboard-ui/css/images/items/searchhintsv2/game.png deleted file mode 100644 index a9baaed5b..000000000 Binary files a/dashboard-ui/css/images/items/searchhintsv2/game.png and /dev/null differ diff --git a/dashboard-ui/css/images/items/searchhintsv2/music.png b/dashboard-ui/css/images/items/searchhintsv2/music.png deleted file mode 100644 index e855fc813..000000000 Binary files a/dashboard-ui/css/images/items/searchhintsv2/music.png and /dev/null differ diff --git a/dashboard-ui/css/images/items/searchhintsv2/person.png b/dashboard-ui/css/images/items/searchhintsv2/person.png deleted file mode 100644 index 7ed99b28f..000000000 Binary files a/dashboard-ui/css/images/items/searchhintsv2/person.png and /dev/null differ diff --git a/dashboard-ui/mypreferencesdisplay.html b/dashboard-ui/mypreferencesdisplay.html index a3019e40a..80b783a92 100644 --- a/dashboard-ui/mypreferencesdisplay.html +++ b/dashboard-ui/mypreferencesdisplay.html @@ -5,7 +5,7 @@ Emby -
+
diff --git a/dashboard-ui/mypreferenceslanguages.html b/dashboard-ui/mypreferenceslanguages.html index 7de41c996..b66e43aa2 100644 --- a/dashboard-ui/mypreferenceslanguages.html +++ b/dashboard-ui/mypreferenceslanguages.html @@ -5,7 +5,7 @@ Emby -
+
diff --git a/dashboard-ui/mypreferenceswebclient.html b/dashboard-ui/mypreferenceswebclient.html index 7af03d22d..6a1c63c09 100644 --- a/dashboard-ui/mypreferenceswebclient.html +++ b/dashboard-ui/mypreferenceswebclient.html @@ -5,7 +5,7 @@ Emby -
+
diff --git a/dashboard-ui/myprofile.html b/dashboard-ui/myprofile.html index 359636c6d..5d9cd4d0f 100644 --- a/dashboard-ui/myprofile.html +++ b/dashboard-ui/myprofile.html @@ -4,7 +4,7 @@ Emby -
+
diff --git a/dashboard-ui/scripts/site.js b/dashboard-ui/scripts/site.js index 31ca18e48..27984de66 100644 --- a/dashboard-ui/scripts/site.js +++ b/dashboard-ui/scripts/site.js @@ -1964,8 +1964,9 @@ var AppInfo = {}; } } - // just until this can be removed - // require(['jqmicons']); + if (navigator.splashscreen) { + navigator.splashscreen.hide(); + } } function init(deferred, capabilities, appName, deviceId, deviceName) { diff --git a/dashboard-ui/themes/ios.css b/dashboard-ui/themes/ios.css index ee8a050e4..c22ae5c59 100644 --- a/dashboard-ui/themes/ios.css +++ b/dashboard-ui/themes/ios.css @@ -19,6 +19,14 @@ padding-top: 16px; } +@media all and (max-width: 600px) { + + .libraryViewNav a { + padding-left: 10px; + padding-right: 10px; + } +} + .libraryViewNav .ui-btn-active { border-bottom-color: transparent; color: #539FFD !important; @@ -111,13 +119,14 @@ h1, h1 a { .libraryViewNav .material-icons { display: block; - margin-top: -5px; + margin-top: -6px; font-size: 15px; } .btnActiveCast i { color: #539FFD !important; } + .libraryViewNav a:not(.ui-btn-active):hover { color: #539FFD !important; -} \ No newline at end of file +} diff --git a/dashboard-ui/thirdparty/paper-button/paper-button-style.css b/dashboard-ui/thirdparty/paper-button/paper-button-style.css index dfa4bf459..0c97bb865 100644 --- a/dashboard-ui/thirdparty/paper-button/paper-button-style.css +++ b/dashboard-ui/thirdparty/paper-button/paper-button-style.css @@ -1,11 +1,12 @@ paper-button { font-weight: 500; vertical-align: middle; + margin-top: 5px; + margin-bottom: 5px; } paper-button.block { display: block; - margin-bottom: 1em; } paper-button.submit { @@ -53,22 +54,17 @@ color: #fff; } - paper-button.subdued { - color: #555; - } +.ui-page-theme-b paper-button.subdued:not([disabled]) { + color: #555; +} - paper-button[raised].subdued { - background: #555; - color: #fff; - } - -.ui-page-theme-a paper-button.subdued { +.ui-page-theme-b paper-button[raised].subdued:not([disabled]) { + background: #555; color: #fff; } -.ui-page-theme-a paper-button[raised].subdued { - background: #fff; - color: #000; +.ui-page-theme-b paper-button[raised][disabled].subdued { + background: #111; } paper-button.hover:hover {