
file:
/usr/share/zoneminder/www/skins/classic/views/js/montagereview.js
line 305 - var sliderLineWidth=1; -> change to:
var sliderLineWidth=2;
line 337 - ctx.strokeStyle = 'black'; -> change to:
ctx.strokeStyle = 'yellow';
line 348 - o.style.color = "blue"; -> change to:
o.style.color = "yellow";
hope this helps someone a little...
