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;}';