Skip to content

Commit

Permalink
fix firefox row highlight
Browse files Browse the repository at this point in the history
  • Loading branch information
mart2070 committed May 14, 2024
1 parent 9cb81b3 commit 99b70a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 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 ecn
// @version 2024-05-14-02
// @version 2024-05-14-03
// @description enhanced tdx coloring & formatting. follows system color scheme.
// @author Purdue STEM IT - it@purdue.edu
// @match https://service.purdue.edu/TDNext/*
Expand Down Expand Up @@ -1248,7 +1248,7 @@ tr.TDGridHeader, .table-header>div {
.hilite, .hilite .btn-link, .hilite a, .hilite td, .table>tbody>tr.hilite label, .table>tbody>tr.hilite.active, .table>tbody>tr.hilite.danger, .table>tbody>tr.hilite.info, .table>tbody>tr.hilite.success, .table>tbody>tr.hilite.warning, .table>tbody>tr.hilite>td.active, .table>tbody>tr.hilite>td.danger, .table>tbody>tr.hilite>td.info, .table>tbody>tr.hilite>td.success, .table>tbody>tr.hilite>td.warning {
background-color: var(--bg-2) !important;
color: initial;
color: var(--txt-1);
}
table>thead>tr.TDGridHeader>th, tr.TDGridHeader td, .table-header>div {
Expand Down

0 comments on commit 99b70a1

Please sign in to comment.