From 1e39c8d671162fa5d3b901949b6dd25182374ac0 Mon Sep 17 00:00:00 2001 From: gilbN Date: Thu, 24 Oct 2019 20:35:51 +0200 Subject: [PATCH] org: health checks update --- CSS/themes/organizr/organizr-base.css | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/CSS/themes/organizr/organizr-base.css b/CSS/themes/organizr/organizr-base.css index cc934c56..290bd91a 100644 --- a/CSS/themes/organizr/organizr-base.css +++ b/CSS/themes/organizr/organizr-base.css @@ -580,14 +580,17 @@ table.dataTable>tbody>tr:nth-of-type(even):hover { background: rgba(0, 0, 0, 0.25) !important; } /* Homepage health checks */ - .bg-inverse > .healthPosition { - background: var(--custom-buttons-color) !important; +.bg-inverse .healthPosition { + background: rgba(255, 255, 255, 0.08) !important; + -webkit-backdrop-filter: blur(30px); + backdrop-filter: blur(10px); + border-radius: 3px; } - .card, .card-body { - background: transparent !important; +.card, .card-body { + background: transparent !important; } - .bg-inverse { - background: rgba(255, 255, 255, 0.15) !important; +.bg-inverse { + background: transparent !important; } /* Homepage Unifi cards */ .unifiCards .panel-heading {