From 598688963f49cda8c5f3bf47aa4b0925bff3423d Mon Sep 17 00:00:00 2001 From: Elijah Junga Date: Fri, 23 Jan 2026 11:23:46 -0500 Subject: [PATCH] Fix ckeditor boxes --- tdx-enhanced.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tdx-enhanced.js b/tdx-enhanced.js index f4cdcc4..7ec0cc6 100644 --- a/tdx-enhanced.js +++ b/tdx-enhanced.js @@ -3835,8 +3835,8 @@ body .tdworkmgmt.table>tbody>tr:not(.tdx-grid__group-header):not(.TDGridHeader): } html .cke_editable { - background-color: var(--bg-4) important!; - color: var(--txt-1) important!; + background-color: var(--bg-0) !important; + color: var(--txt-1) !important; } .cke_wysiwyg_div, .cke_wysiwyg_frame {