From fdf88b51dae2a24862be8fa03bc0147c28ce59d1 Mon Sep 17 00:00:00 2001 From: gilbN Date: Thu, 13 Jun 2019 19:54:37 +0200 Subject: [PATCH] organizr: more color work --- CSS/themes/organizr-hotline.css | 7 +++++-- CSS/themes/organizr-marine.css | 7 +++++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CSS/themes/organizr-hotline.css b/CSS/themes/organizr-hotline.css index bb4b5c00..a52d3804 100644 --- a/CSS/themes/organizr-hotline.css +++ b/CSS/themes/organizr-hotline.css @@ -66,8 +66,8 @@ background: rgba(0, 0, 0, 0.15); } .content-wrap, .bg-org { - background: rgba(0, 0, 0, 0.15) !important; - } + background: var(--main-bg-color) !important; +} .panel-blue .panel-heading, .panel-info .panel-heading { border-color: #ffffff; color: #fff; @@ -76,6 +76,9 @@ .panel { background: transparent; } + .panel-body { + background: rgba(0, 0, 0, 0.15); +} .nav-tabs>li>a:hover { background: rgba(0, 0, 0, 0.15); } diff --git a/CSS/themes/organizr-marine.css b/CSS/themes/organizr-marine.css index ff671016..1972f20c 100644 --- a/CSS/themes/organizr-marine.css +++ b/CSS/themes/organizr-marine.css @@ -66,8 +66,8 @@ background: rgba(0, 0, 0, 0.15); } .content-wrap, .bg-org { - background: rgba(0, 0, 0, 0.15) !important; - } + background: var(--main-bg-color) !important; +} .panel-blue .panel-heading, .panel-info .panel-heading { border-color: #ffffff; color: #fff; @@ -76,6 +76,9 @@ .panel { background: transparent; } + .panel-body { + background: rgba(0, 0, 0, 0.15); +} .nav-tabs>li>a:hover { background: rgba(0, 0, 0, 0.15); }