From 151261fa8011def05a96a4f2deca58f5e062d776 Mon Sep 17 00:00:00 2001 From: discomrade Date: Tue, 28 Sep 2021 07:57:24 +0000 Subject: [PATCH] Fix post-filter.js row highlighting making text ineligible --- js/post-filter.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/post-filter.js b/js/post-filter.js index 3bf55a51..31c2f512 100644 --- a/js/post-filter.js +++ b/js/post-filter.js @@ -603,7 +603,7 @@ if (active_page === 'thread' || active_page === 'index' || active_page === 'cata '#filter-list th:nth-child(2) {text-align: left;}\n' + '#filter-list th:nth-child(3) {text-align: center; width: 58px;}\n' + '#filter-list tr:not(#header) {height: 22px;}\n' + - '#filter-list tr:nth-child(even) {background-color:rgba(255, 255, 255, 0.5);}\n' + + '#filter-list tr:nth-child(even) {background-color:rgba(255, 255, 255, 0.2);}\n' + '#filter-list td:nth-child(1) {text-align: center; width: 70px;}\n' + '#filter-list td:nth-child(3) {text-align: center; width: 58px;}\n' + '#confirm {text-align: right; margin-bottom: -18px; padding-top: 2px; font-size: 14px; color: #FF0000;}';