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;