Skip to content

Commit

Permalink
fix table colors, ready for merge
Browse files Browse the repository at this point in the history
  • Loading branch information
mart2070 committed May 31, 2025
1 parent 5704d12 commit 471868c
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions tdx-enhanced.js
Original file line number Diff line number Diff line change
@@ -1,16 +1,19 @@
// ==UserScript==
// @name tdx-enhanced
// @namespace purdue-it
// @version 2025-05-29-645
// @version 2025-05-31-01
// @description enhanced tdx coloring & formatting. follows system color scheme.
// @author Purdue STEM IT - it@purdue.edu
// @match https://service.purdue.edu/TDWorkManagement*
// @match https://service.purdue.edu/tdworkmanagement*
// @match https://service.purdue.edu/TDNext*
// @match https://service.purdue.edu/TDWebApi*
// @match https://purdue.teamdynamixpreview.com/TDWorkManagement*
// @match https://purdue.teamdynamixpreview.com/TDNext*
// @require https://momentjs.com/downloads/moment.min.js
// @require https://cdnjs.cloudflare.com/ajax/libs/tinycolor/1.6.0/tinycolor.min.js
// @downloadURL https://raw.github.itap.purdue.edu/ECN/tdx-userscript/main/tdx-enhanced.js
// @updateURL https://raw.github.itap.purdue.edu/ECN/tdx-userscript/main/tdx-enhanced.js
// @grant GM_getResourceText
// @grant GM_addStyle
// @run-at document-end
Expand Down Expand Up @@ -3263,7 +3266,7 @@ thead, tbody, tfoot, tr, td, th {
}
td.k-table-td {
background-color: var(--bg-1);
/* background-color: var(--bg-1); */
}
tr.k-alt td.k-table-td {
Expand All @@ -3282,7 +3285,8 @@ tr.k-alt td.k-table-td {
background-color: unset;
}
.k-table-th, .k-table-td {
.k-table-th, .k-table-td,
td.k-table-td {
background-color: unset;
}
Expand Down

0 comments on commit 471868c

Please sign in to comment.