From 16b80bf440937105f214b7ca201b16ccea2339e2 Mon Sep 17 00:00:00 2001 From: gilbN Date: Thu, 13 Jun 2019 23:30:32 +0200 Subject: [PATCH] organizr: fixed now playing cards --- CSS/themes/organizr-hotline.css | 14 +++++--------- CSS/themes/organizr-marine.css | 14 +++++--------- 2 files changed, 10 insertions(+), 18 deletions(-) diff --git a/CSS/themes/organizr-hotline.css b/CSS/themes/organizr-hotline.css index 551569bb..a224b3c8 100644 --- a/CSS/themes/organizr-hotline.css +++ b/CSS/themes/organizr-hotline.css @@ -194,15 +194,11 @@ background-color: rgba(255, 255, 255, 0.25) !important; } /* Homepage Now playing card */ - .el-element-overlay .el-card-item .el-card-content { - background: rgba(0, 0, 0, 0.15) !important; - -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6); - box-shadow: 0 0 10px rgba(0, 0, 0, 0.6); - } - .el-element-overlay .el-card-item .el-overlay-1 { - -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6); - box-shadow: 0 0 10px rgba(0, 0, 0, 0.6); - } + .nowPlayingItem > .white-box > .el-card-item { + background: rgba(0, 0, 0, 0.15) !important; + -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6); + box-shadow: 0 0 10px rgba(0, 0, 0, 0.6); + } .label-info { background: var(--custom-buttons-color); } diff --git a/CSS/themes/organizr-marine.css b/CSS/themes/organizr-marine.css index 8715f9f4..001e8219 100644 --- a/CSS/themes/organizr-marine.css +++ b/CSS/themes/organizr-marine.css @@ -194,15 +194,11 @@ background-color: rgba(255, 255, 255, 0.25) !important; } /* Homepage Now playing card */ - .el-element-overlay .el-card-item .el-card-content { - background: rgba(0, 0, 0, 0.15) !important; - -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6); - box-shadow: 0 0 10px rgba(0, 0, 0, 0.6); - } - .el-element-overlay .el-card-item .el-overlay-1 { - -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6); - box-shadow: 0 0 10px rgba(0, 0, 0, 0.6); - } + .nowPlayingItem > .white-box > .el-card-item { + background: rgba(0, 0, 0, 0.15) !important; + -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6); + box-shadow: 0 0 10px rgba(0, 0, 0, 0.6); + } .label-info { background: var(--custom-buttons-color); }