From 65326d41556c1c0d93d6453ef467edce4d665f33 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Sun, 15 May 2016 15:25:54 -0400 Subject: [PATCH] fix playlists empty with dlna --- dashboard-ui/css/librarymenu.css | 5 ++++- dashboard-ui/css/site.css | 4 ++-- dashboard-ui/devices/android/android.css | 4 ++++ 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/dashboard-ui/css/librarymenu.css b/dashboard-ui/css/librarymenu.css index 4c3d76c9b..0293642d5 100644 --- a/dashboard-ui/css/librarymenu.css +++ b/dashboard-ui/css/librarymenu.css @@ -185,7 +185,6 @@ text-transform: uppercase; white-space: nowrap; padding: 0 0 0; - box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2); } .libraryViewNav.bottom { @@ -253,6 +252,7 @@ right: 0; transform: translateX(-100%); border-radius: 0; + z-index: 1; } .libraryViewNav .pageTabButton.is-active:after { @@ -457,6 +457,9 @@ body:not(.dashboardDocument) .btnNotifications { .darkDrawerPanel #drawer { background-color: #212121 !important; + /*background-color: rgba(40,40,40,.8) !important; + -webkit-backdrop-filter: blur(5px); + backdrop-filter: blur(5px);*/ box-shadow: none !important; } diff --git a/dashboard-ui/css/site.css b/dashboard-ui/css/site.css index fa181cf06..39b4e4b13 100644 --- a/dashboard-ui/css/site.css +++ b/dashboard-ui/css/site.css @@ -1562,12 +1562,12 @@ emby-collapsible > .style-scope { .ui-body-b .emby-collapsible-button { border: 1px solid #222; - background-color: #444; + background-color: #383838; text-transform: none; } .ui-body-b .emby-collapsible-title { - margin: .25em 0; + margin: 0; color: #fff; padding: 0 0 0 .5em; font-weight: 500; diff --git a/dashboard-ui/devices/android/android.css b/dashboard-ui/devices/android/android.css index 30c942594..e10e5c746 100644 --- a/dashboard-ui/devices/android/android.css +++ b/dashboard-ui/devices/android/android.css @@ -10,6 +10,10 @@ font-weight: bold !important; } +/*.libraryViewNav { + box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2); +}*/ + @media all and (min-width: 300px) { .libraryViewNav {