From fd83f09b3cb0d493ba7ab80d10e4e51a18b3d306 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Rynning-T=C3=B8nnesen?= Date: Thu, 26 Apr 2018 23:13:47 +0200 Subject: [PATCH] Fixed issue with volume-control not being styled correctly --- server/public/assets/css/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/server/public/assets/css/style.css b/server/public/assets/css/style.css index 82d03c05..1c3cfd44 100755 --- a/server/public/assets/css/style.css +++ b/server/public/assets/css/style.css @@ -3014,6 +3014,7 @@ nav ul li:hover, nav ul li.active { #controls{ /*opacity: 1;*/ + overflow: initial; background-color: rgb(70, 70, 70); height: 50px; margin-top: inherit; @@ -3063,7 +3064,7 @@ nav ul li:hover, nav ul li.active { flex-direction: column; justify-content: center; align-items: center; - background: #1c1c1c; + background: inherit; } .volume-container-cast {