Browse Source

Fix post-filter.js row highlighting making text ineligible

main
discomrade 3 years ago
parent
commit
151261fa80
  1. 2
      js/post-filter.js

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

Loading…
Cancel
Save