diff --git a/dashboard-ui/bower_components/emby-webcomponents/browserdeviceprofile.js b/dashboard-ui/bower_components/emby-webcomponents/browserdeviceprofile.js
index 4845a5280a..1a1d7dd868 100644
--- a/dashboard-ui/bower_components/emby-webcomponents/browserdeviceprofile.js
+++ b/dashboard-ui/bower_components/emby-webcomponents/browserdeviceprofile.js
@@ -39,7 +39,8 @@ define(['browser'], function (browser) {
function canPlayHlsWithMSE() {
if (window.MediaSource != null) {
// text tracks don’t work with this in firefox
- return !browser.firefox;
+ return true;
+ //return !browser.firefox;
}
return false;
diff --git a/dashboard-ui/css/card.css b/dashboard-ui/css/card.css
index c0f9a23d6b..9abe96b205 100644
--- a/dashboard-ui/css/card.css
+++ b/dashboard-ui/css/card.css
@@ -44,7 +44,7 @@
}
.cardBox {
- margin: 1px;
+ margin: 4px;
}
@media all and (max-width: 800px) {
@@ -54,6 +54,13 @@
}
}
+@media all and (min-width: 800px) {
+
+ .cardImage {
+ border-radius: 2px;
+ }
+}
+
.defaultBackground .cardImage {
background-color: #303030;
}
@@ -62,10 +69,6 @@
background-color: #181818;
}
-.homeTopViews .cardImage {
- border-radius: 2px;
-}
-
.cardOverlayButtonContainer {
position: absolute;
bottom: 0;
diff --git a/dashboard-ui/css/librarybrowser.css b/dashboard-ui/css/librarybrowser.css
index 94f7dd6440..8513cc97e5 100644
--- a/dashboard-ui/css/librarybrowser.css
+++ b/dashboard-ui/css/librarybrowser.css
@@ -1542,10 +1542,6 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
display: none !important;
}
-.movieTrailersTabDisabled .movieTrailersTab {
- display: none !important;
-}
-
.homeFavoritesDisabled .homeFavoritesTab {
display: none !important;
}
diff --git a/dashboard-ui/css/librarymenu.css b/dashboard-ui/css/librarymenu.css
index 49eaba4118..e9398f4c18 100644
--- a/dashboard-ui/css/librarymenu.css
+++ b/dashboard-ui/css/librarymenu.css
@@ -403,12 +403,12 @@ body:not(.dashboardDocument) .btnNotifications {
}
.darkDrawer .sidebarLinkIcon {
- color: #ccc !important;
+ color: #eee !important;
}
.darkDrawer .sidebarLinkText, .darkDrawer .sidebarLink {
color: #fff !important;
- font-weight: 300 !important;
+ font-weight: normal !important;
}
.darkDrawer .sidebarHeader {
diff --git a/dashboard-ui/scheduledtask.html b/dashboard-ui/scheduledtask.html
index b8525d28e5..609fffdb29 100644
--- a/dashboard-ui/scheduledtask.html
+++ b/dashboard-ui/scheduledtask.html
@@ -4,7 +4,7 @@
${TitleScheduledTasks}
-
+
@@ -56,8 +56,8 @@
-
-
+
+
@@ -81,8 +81,7 @@
-
-
+