From aab08fa1b4c05c34b9b2875ee075e84bf6f3ad49 Mon Sep 17 00:00:00 2001 From: ejunga Date: Mon, 10 Nov 2025 11:32:56 -0500 Subject: [PATCH] Fix coloring issues with A.I. summary tool --- tdx-enhanced.js | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/tdx-enhanced.js b/tdx-enhanced.js index f8bf57d..17aed3d 100644 --- a/tdx-enhanced.js +++ b/tdx-enhanced.js @@ -3979,6 +3979,18 @@ div.profile-image.red-bg, div.profile-image.green-bg, div.profile-image.red-bg, color: var(--col-300) !important; } +.icon-button { + color: var(--col-400) !important; +} + +.tdx-view-ticket-summary #divSummaryHeading a { + color: var(--col-400); +} + +.tdx-view-ticket-summary #divSummaryHeading a #spnCopySummaryIcon { + color: var(--col-400); +} + /* Icons + Filters */ .tdx-dropdown__menu-icon, .tdx-dropdown--headline:after,