From d66fd97cedb929b59b2a3ab860a18fcee86fd9ef Mon Sep 17 00:00:00 2001 From: ejunga Date: Tue, 18 Nov 2025 07:53:17 -0500 Subject: [PATCH 1/2] 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; } From 1869d234c41e8b66fdd3134389084cd37a05ade4 Mon Sep 17 00:00:00 2001 From: ejunga Date: Tue, 18 Nov 2025 08:18:20 -0500 Subject: [PATCH 2/2] bump version number --- tdx-enhanced.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tdx-enhanced.js b/tdx-enhanced.js index 4ae72f8..71c397e 100644 --- a/tdx-enhanced.js +++ b/tdx-enhanced.js @@ -1,7 +1,7 @@ // ==UserScript== // @name tdx-enhanced // @namespace purdue-it -// @version 2025-11-13-00 +// @version 2025-11-18-00 // @description enhanced tdx coloring & formatting. follows system color scheme. // @author Purdue STEM IT - it@purdue.edu // @match https://service.purdue.edu/TDWorkManagement*