Skip to content

Commit

Permalink
Adjust search opacity in logger
Browse files Browse the repository at this point in the history
  • Loading branch information
dc-snl committed Mar 9, 2021
1 parent eec0844 commit cbfe9a8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions logger/resources/search_output.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ function outputSearch(caller)
tr = table.getElementsByTagName("tr");
lastTxtValue = null
neighborOpacity = [
{ offset: -3, opacity: 0.30 },
{ offset: -2, opacity: 0.40 },
{ offset: -1, opacity: 0.50 },
{ offset: 1, opacity: 0.50 },
{ offset: 2, opacity: 0.40 },
{ offset: 3, opacity: 0.30 },
{ offset: -3, opacity: 0.40 },
{ offset: -2, opacity: 0.50 },
{ offset: -1, opacity: 0.60 },
{ offset: 1, opacity: 0.60 },
{ offset: 2, opacity: 0.50 },
{ offset: 3, opacity: 0.40 },
]
matchingIndexes = []

Expand Down

0 comments on commit cbfe9a8

Please sign in to comment.