From b304d486897f56a8b170a74f2bb3a64bf7ae5650 Mon Sep 17 00:00:00 2001 From: gilbN Date: Sun, 16 Jun 2019 15:46:50 +0200 Subject: [PATCH] tabel fix --- CSS/themes/organizr-hotline.css | 2 +- CSS/themes/organizr-marine.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CSS/themes/organizr-hotline.css b/CSS/themes/organizr-hotline.css index 0f55bf25..129b45ec 100644 --- a/CSS/themes/organizr-hotline.css +++ b/CSS/themes/organizr-hotline.css @@ -127,7 +127,7 @@ background: var(--main-bg-color); } /* Settings - tables */ -.table { +.panel .table { background: var(--main-bg-color) !important; } /* iframe sandbox */ diff --git a/CSS/themes/organizr-marine.css b/CSS/themes/organizr-marine.css index 711e6a07..bb75be31 100644 --- a/CSS/themes/organizr-marine.css +++ b/CSS/themes/organizr-marine.css @@ -127,7 +127,7 @@ background: var(--main-bg-color); } /* Settings - tables */ - .table { + .panel .table { background: var(--main-bg-color) !important; } /* iframe sandbox */