Skip to content

Commit

Permalink
Merge branch 'hotfix-2025-11-18'
Browse files Browse the repository at this point in the history
  • Loading branch information
ejunga committed Nov 18, 2025
2 parents d77b9b0 + 1869d23 commit 40001f4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tdx-enhanced.js
Original file line number Diff line number Diff line change
@@ -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*
Expand Down Expand Up @@ -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;
}
Expand Down

0 comments on commit 40001f4

Please sign in to comment.