From d66fd97cedb929b59b2a3ab860a18fcee86fd9ef Mon Sep 17 00:00:00 2001 From: ejunga Date: Tue, 18 Nov 2025 07:53:17 -0500 Subject: [PATCH] correct colors in ticket comment this issue was previously fixed in the task view; however, it seems that the ticket and task views utilize differing css classes for identically functioning elements --- tdx-enhanced.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tdx-enhanced.js b/tdx-enhanced.js index 86ebd62..4ae72f8 100644 --- a/tdx-enhanced.js +++ b/tdx-enhanced.js @@ -2379,11 +2379,12 @@ div.WhiteOut { } .ms-drop { - background-color: var(--bg-0); + background-color: var(--bg-0) !important; border-color: var(--border-0); } button.ms-choice { + background-color: var(--bg-0) !important; border-color: var(--border-0) !important; }