From 99b70a1c076e00171c616251aeb1b2b9ac6ea6b6 Mon Sep 17 00:00:00 2001 From: Martin Date: Tue, 14 May 2024 09:33:46 -0400 Subject: [PATCH] fix firefox row highlight --- tdx-enhanced.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tdx-enhanced.js b/tdx-enhanced.js index 0c9e98a..419bd48 100644 --- a/tdx-enhanced.js +++ b/tdx-enhanced.js @@ -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/* @@ -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 {