From f82f6608a2b7562fc0a24fa82c8891b76d9c5f1d Mon Sep 17 00:00:00 2001 From: gilbn Date: Sat, 11 Apr 2020 16:49:05 +0200 Subject: [PATCH] organizr homepage fixes --- CSS/themes/organizr/organizr-base.css | 49 +++++++++++++++++++++++---- 1 file changed, 43 insertions(+), 6 deletions(-) diff --git a/CSS/themes/organizr/organizr-base.css b/CSS/themes/organizr/organizr-base.css index 065717e8..d562ac36 100644 --- a/CSS/themes/organizr/organizr-base.css +++ b/CSS/themes/organizr/organizr-base.css @@ -582,15 +582,18 @@ table.dataTable>tbody>tr:nth-of-type(even):hover { .progress-bar-inverse, .progress { background: rgba(0, 0, 0, 0.25) !important; } + /* Homepage health checks */ -.bg-inverse .healthPosition { - background: rgba(255, 255, 255, 0.2) !important; - -webkit-backdrop-filter: saturate(180%) blur(30px); - backdrop-filter: saturate(180%) blur(30px); - border-radius: 3px; + .bg-inverse .healthPosition { + background: rgba(255, 255, 255, 0.2) !important; + -webkit-backdrop-filter: saturate(180%) blur(30px); + backdrop-filter: saturate(180%) blur(30px); + border-radius: 3px; } + #homepageOrderhealthchecks .card-body { + background: rgba(255, 255, 255, 0.2); + } .card, .card-body { - background: rgba(255, 255, 255, 0.2); border-radius: 3px; } .bg-inverse { @@ -600,17 +603,50 @@ table.dataTable>tbody>tr:nth-of-type(even):hover { border-radius: 3px 0 0 3px; } + /* Homepage Tautulli Cards*/ + #homepageOrdertautulli .card-body { + background: rgba(255, 255, 255, 0.2); + } + .homepage-tautulli-card .cardCountType { + color: #eee; + } + .homepage-tautulli-card .tautulliRank, .homepage-tautulli-card .tautulliSeparator { + color: #eee; + } + .homepage-tautulli-card .bg-img-cont { + border-radius: 3px; + border: .0001px solid #00000000; + } + /* Homepage Unifi cards */ .unifiCards .panel-heading { background: rgba(255, 255, 255, 0.2) !important; color: #fff !important; border-color: transparent !important; text-align: inherit !important; + border-radius: 3px 3px 0 0 !important; } .unifiCards .panel-wrapper.collapse.in { background:rgba(0, 0, 0, 0.15); } + /* Homepage Monitor Cards */ + #homepageOrderMonitorr .card-body { + background: rgba(255, 255, 255, 0.2); + } + #homepageOrderMonitorr .col-lg-2 { + width: 170px; + } + #homepageOrderMonitorr .badge { + border-radius: 3px; + } + #homepageOrderMonitorr .bg-success { + background-color: #47bb62 !important; + } + #homepageOrderMonitorr .col-lg-3 .bg-success { + background-color: #53e69d !important; + } + /*Homepage WeatherAndAir Cards*/ #homepageOrderWeatherAndAir .tabs-style-iconbox nav ul li.tab-current a { background: rgba(0, 0, 0, .2); @@ -629,6 +665,7 @@ table.dataTable>tbody>tr:nth-of-type(even):hover { } #homepageOrderWeatherAndAir .white-box { background: rgba(255, 255, 255, .1); + border-radius: 3px; } /* loginpage sidemenu */ @media (max-width: 480px) {