Could this be changed for the left-right arrow after the block of code has been folded? I'd like to theme this and change the left-right arrow to an ellipsis. Right now it looks like it's being added with JavaScript instead.
A quick hack was to remove the character from line 55 in foldhelpers/foldcode.js.
The down and right fold arrows are added in CSS like this:
Could this be changed for the left-right arrow after the block of code has been folded? I'd like to theme this and change the left-right arrow to an ellipsis. Right now it looks like it's being added with JavaScript instead.
A quick hack was to remove the character from line 55 in
foldhelpers/foldcode.js
.