Skip to content

Commit

Permalink
Fix filter text color to match green used in other places on the page
Browse files Browse the repository at this point in the history
References #1712.
  • Loading branch information
cpinkham committed Dec 15, 2023
1 parent 18de928 commit 962b83e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/css/fpp.css
Original file line number Diff line number Diff line change
Expand Up @@ -2216,7 +2216,7 @@ body .sm-clean a .sub-arrow {
}

.tablesorter-filter:not(:checked) {
color: #00FF00 !important;
color: #56B760 !important;
font-weight: bold;
}

Expand Down

0 comments on commit 962b83e

Please sign in to comment.