From 4448d0e6ed7628691fdadfbbb1da1c7d6c2c2481 Mon Sep 17 00:00:00 2001 From: gilbN Date: Sun, 16 Jun 2019 12:21:30 +0200 Subject: [PATCH] fixed transparent table --- CSS/themes/organizr-hotline.css | 4 ++++ CSS/themes/organizr-marine.css | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/CSS/themes/organizr-hotline.css b/CSS/themes/organizr-hotline.css index a9f7833d..7104275a 100644 --- a/CSS/themes/organizr-hotline.css +++ b/CSS/themes/organizr-hotline.css @@ -127,6 +127,10 @@ display: block; background: var(--main-bg-color); } +/* Settings - tables */ +.table { + background: var(--main-bg-color) !important; + } /* iframe sandbox */ .select2-container--default .select2-selection--multiple .select2-selection__choice__remove { color: #ffffff; diff --git a/CSS/themes/organizr-marine.css b/CSS/themes/organizr-marine.css index 9b620206..093a686b 100644 --- a/CSS/themes/organizr-marine.css +++ b/CSS/themes/organizr-marine.css @@ -127,6 +127,10 @@ display: block; background: var(--main-bg-color); } +/* Settings - tables */ + .table { + background: var(--main-bg-color) !important; + } /* iframe sandbox */ .select2-container--default .select2-selection--multiple .select2-selection__choice__remove { color: #ffffff;