From 014c819a4b82064604b8a127bfc80d093212cb85 Mon Sep 17 00:00:00 2001 From: gilbN Date: Sat, 15 Jun 2019 19:02:19 +0200 Subject: [PATCH] Settings swithing fix --- CSS/themes/organizr-hotline.css | 3 +++ CSS/themes/organizr-marine.css | 3 +++ 2 files changed, 6 insertions(+) diff --git a/CSS/themes/organizr-hotline.css b/CSS/themes/organizr-hotline.css index 5066310b..03d1fbf4 100644 --- a/CSS/themes/organizr-hotline.css +++ b/CSS/themes/organizr-hotline.css @@ -103,6 +103,9 @@ .content-wrap { background: var(--main-bg-color) !important; } + .panel-wrapper > .bg-org .tab-content { + background-color: transparent !important; + } .panel-blue .panel-heading, .panel-info .panel-heading { border-color: #ffffff; color: #fff; diff --git a/CSS/themes/organizr-marine.css b/CSS/themes/organizr-marine.css index f13880bd..c421eda9 100644 --- a/CSS/themes/organizr-marine.css +++ b/CSS/themes/organizr-marine.css @@ -103,6 +103,9 @@ .content-wrap { background: var(--main-bg-color) !important; } + .panel-wrapper > .bg-org .tab-content { + background-color: transparent !important; + } .panel-blue .panel-heading, .panel-info .panel-heading { border-color: #ffffff; color: #fff;