From b472780feb5855e925f87d199b3e9f49e98b6432 Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Tue, 29 Nov 2022 21:55:24 +0100 Subject: [PATCH] =?UTF-8?q?Tiny=20MCS=20Arri=C3=A8re=20plan=20gris=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core.php b/core/core.php index 1c590d69..6341118f 100644 --- a/core/core.php +++ b/core/core.php @@ -2560,7 +2560,7 @@ class core extends common // Couleurs de site dans TinyMCe $css .= 'div.mce-edit-area {font-family:' . $fonts[$this->getData(['theme', 'text', 'font'])] . ';}'; // Site dans TinyMCE - $css .= '.editorWysiwyg {background-color:' . $this->getData(['theme', 'site', 'backgroundColor']) . ';}'; + //$css .= '.editorWysiwyg {background-color:' . $this->getData(['theme', 'site', 'backgroundColor']) . ';}'; $css .= 'span.mce-text{background-color: unset !important;}'; $css .= 'body,.row > div{font-size:' . $this->getData(['theme', 'text', 'fontSize']) . '}'; $css .= 'body{color:' . $this->getData(['theme', 'text', 'textColor']) . '}';