From 962b83e4ab269c1527c333a85c7d406bd89b306c Mon Sep 17 00:00:00 2001 From: Chris Pinkham <cpinkham@bc2va.org> Date: Thu, 14 Dec 2023 19:22:47 -0500 Subject: [PATCH] Fix filter text color to match green used in other places on the page References #1712. --- www/css/fpp.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/css/fpp.css b/www/css/fpp.css index b0a5f75b7..c159beeff 100644 --- a/www/css/fpp.css +++ b/www/css/fpp.css @@ -2216,7 +2216,7 @@ body .sm-clean a .sub-arrow { } .tablesorter-filter:not(:checked) { - color: #00FF00 !important; + color: #56B760 !important; font-weight: bold; }