diff --git a/dashboard-ui/photos.html b/dashboard-ui/photos.html
index 48d2432ea..75ab0b50f 100644
--- a/dashboard-ui/photos.html
+++ b/dashboard-ui/photos.html
@@ -7,9 +7,9 @@
diff --git a/dashboard-ui/scripts/site.js b/dashboard-ui/scripts/site.js
index 3f1f71c27..83e41b849 100644
--- a/dashboard-ui/scripts/site.js
+++ b/dashboard-ui/scripts/site.js
@@ -1853,7 +1853,6 @@ var AppInfo = {};
}
else if ($.browser.safari) {
Dashboard.importCss('themes/ios.css');
- Dashboard.importCss('thirdparty/materialicons/style.css');
}
}
diff --git a/dashboard-ui/songs.html b/dashboard-ui/songs.html
index 6fed7b5c7..8353eae13 100644
--- a/dashboard-ui/songs.html
+++ b/dashboard-ui/songs.html
@@ -6,13 +6,13 @@
diff --git a/dashboard-ui/themes/ios.css b/dashboard-ui/themes/ios.css
index 16fc0eb2a..30d03e35f 100644
--- a/dashboard-ui/themes/ios.css
+++ b/dashboard-ui/themes/ios.css
@@ -36,14 +36,11 @@ html, body {
height: auto !important;
}
-.libraryViewNav .material-icons {
+.libraryViewNav iron-icon {
+ width: 22px;
+ height: 22px;
display: block;
- margin-top: -6px;
- font-size: 15px;
-}
-
-.libraryViewNav paper-tab .material-icons {
- margin-top: 0;
+ margin: -4px auto 6px;
}
.libraryViewNav #selectionBar {
diff --git a/dashboard-ui/thirdparty/emby-icons.html b/dashboard-ui/thirdparty/emby-icons.html
index 00876f912..136006195 100644
--- a/dashboard-ui/thirdparty/emby-icons.html
+++ b/dashboard-ui/thirdparty/emby-icons.html
@@ -112,6 +112,15 @@ See [iron-iconset](#iron-iconset) and [iron-iconset-svg](#iron-iconset-svg) for
+
+
+
+
+
+
+
+
+
diff --git a/dashboard-ui/thirdparty/materialicons/MaterialIcons-Regular.eot b/dashboard-ui/thirdparty/materialicons/MaterialIcons-Regular.eot
deleted file mode 100644
index b90292263..000000000
Binary files a/dashboard-ui/thirdparty/materialicons/MaterialIcons-Regular.eot and /dev/null differ
diff --git a/dashboard-ui/thirdparty/materialicons/MaterialIcons-Regular.ttf b/dashboard-ui/thirdparty/materialicons/MaterialIcons-Regular.ttf
deleted file mode 100644
index 0768c78c3..000000000
Binary files a/dashboard-ui/thirdparty/materialicons/MaterialIcons-Regular.ttf and /dev/null differ
diff --git a/dashboard-ui/thirdparty/materialicons/MaterialIcons-Regular.woff b/dashboard-ui/thirdparty/materialicons/MaterialIcons-Regular.woff
deleted file mode 100644
index 3a08d45e4..000000000
Binary files a/dashboard-ui/thirdparty/materialicons/MaterialIcons-Regular.woff and /dev/null differ
diff --git a/dashboard-ui/thirdparty/materialicons/MaterialIcons-Regular.woff2 b/dashboard-ui/thirdparty/materialicons/MaterialIcons-Regular.woff2
deleted file mode 100644
index b1ffe8cfa..000000000
Binary files a/dashboard-ui/thirdparty/materialicons/MaterialIcons-Regular.woff2 and /dev/null differ
diff --git a/dashboard-ui/thirdparty/materialicons/style.css b/dashboard-ui/thirdparty/materialicons/style.css
deleted file mode 100644
index 713fdea9b..000000000
--- a/dashboard-ui/thirdparty/materialicons/style.css
+++ /dev/null
@@ -1,23 +0,0 @@
-@font-face {
- font-family: 'Material Icons';
- font-style: normal;
- font-weight: 400;
- src: url(MaterialIcons-Regular.eot); /* For IE6-8 */
- src: local('Material Icons'), local('MaterialIcons-Regular'), url(MaterialIcons-Regular.woff2) format('woff2'), url(MaterialIcons-Regular.woff) format('woff'), url(MaterialIcons-Regular.ttf) format('truetype');
-}
-
-.material-icons {
- font-family: 'Material Icons';
- font-weight: normal;
- font-style: normal;
- display: inline-block;
- text-transform: none;
- /* Support for all WebKit browsers. */
- -webkit-font-smoothing: antialiased;
- /* Support for Safari and Chrome. */
- text-rendering: optimizeLegibility;
- /* Support for Firefox. */
- -moz-osx-font-smoothing: grayscale;
- /* Support for IE. */
- font-feature-settings: 'liga';
-}
\ No newline at end of file
diff --git a/dashboard-ui/thirdparty/paper-button-style.css b/dashboard-ui/thirdparty/paper-button-style.css
index a1623b71e..c33bf826e 100644
--- a/dashboard-ui/thirdparty/paper-button-style.css
+++ b/dashboard-ui/thirdparty/paper-button-style.css
@@ -130,21 +130,12 @@ paper-button:not(.iconRight) iron-icon, paper-button:not(.iconRight) .fa {
margin-right: .5em;
}
-paper-button:not(.iconRight) .material-icons {
- margin-right: .25em;
-}
-
-paper-button.iconRight iron-icon, paper-button.iconRight .fa, paper-button.iconRight .material-icons {
+paper-button.iconRight iron-icon, paper-button.iconRight .fa {
position: absolute;
right: 5px;
top: 5px;
}
-paper-button .material-icons {
- font-size: 150%;
- vertical-align: middle;
-}
-
paper-button .fa {
vertical-align: middle;
}
diff --git a/dashboard-ui/tvgenres.html b/dashboard-ui/tvgenres.html
index dd076eabf..e745f3aec 100644
--- a/dashboard-ui/tvgenres.html
+++ b/dashboard-ui/tvgenres.html
@@ -6,14 +6,14 @@
diff --git a/dashboard-ui/tvlatest.html b/dashboard-ui/tvlatest.html
index 5b44d5efe..95036b1cf 100644
--- a/dashboard-ui/tvlatest.html
+++ b/dashboard-ui/tvlatest.html
@@ -7,14 +7,14 @@
diff --git a/dashboard-ui/tvpeople.html b/dashboard-ui/tvpeople.html
index e9d2db127..aa4a5b88c 100644
--- a/dashboard-ui/tvpeople.html
+++ b/dashboard-ui/tvpeople.html
@@ -6,14 +6,14 @@
diff --git a/dashboard-ui/tvrecommended.html b/dashboard-ui/tvrecommended.html
index b436a089e..254758c8f 100644
--- a/dashboard-ui/tvrecommended.html
+++ b/dashboard-ui/tvrecommended.html
@@ -7,14 +7,14 @@
diff --git a/dashboard-ui/tvshows.html b/dashboard-ui/tvshows.html
index 92d098b21..9a358fd2b 100644
--- a/dashboard-ui/tvshows.html
+++ b/dashboard-ui/tvshows.html
@@ -6,14 +6,14 @@
diff --git a/dashboard-ui/tvstudios.html b/dashboard-ui/tvstudios.html
index bc6658350..b32c1187e 100644
--- a/dashboard-ui/tvstudios.html
+++ b/dashboard-ui/tvstudios.html
@@ -6,14 +6,14 @@
diff --git a/dashboard-ui/tvupcoming.html b/dashboard-ui/tvupcoming.html
index c3760725a..39cebefb3 100644
--- a/dashboard-ui/tvupcoming.html
+++ b/dashboard-ui/tvupcoming.html
@@ -6,14 +6,14 @@
diff --git a/dashboard-ui/vulcanize-out.html b/dashboard-ui/vulcanize-out.html
index d9267a088..8120b559d 100644
--- a/dashboard-ui/vulcanize-out.html
+++ b/dashboard-ui/vulcanize-out.html
@@ -17284,6 +17284,15 @@ paper-ripple {
+
+
+
+
+
+
+
+
+