From 6bdb8e2a9031b151223a60eb91e2b2caeeac45c5 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Thu, 16 Jun 2016 09:16:50 -0400 Subject: [PATCH] update nowplayingbar.css --- dashboard-ui/css/nowplayingbar.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dashboard-ui/css/nowplayingbar.css b/dashboard-ui/css/nowplayingbar.css index 1a6e336bd..dd6c4122e 100644 --- a/dashboard-ui/css/nowplayingbar.css +++ b/dashboard-ui/css/nowplayingbar.css @@ -59,11 +59,12 @@ /* Above everything, except for the video player and popup overlays */ z-index: 1097; color: #fff; - background-color: rgba(26,26,26,.94); + background-color: #282828; text-align: center; display: flex; flex-direction: row; align-items: center; + box-shadow: 0 -2px 2px 0 rgba(0,0,0,.14),-1px 5px 1px rgba(0,0,0,.12); } .hiddenNowPlayingBar .nowPlayingBar {