[dhtmlxGrid] Drag and Drop styling

When styling drag and drop between two grids, I’d just noticed that background color of a potential dropping row is hard coded :



dhtmlxgrid_drag.js

line 587 : z.style.backgroundColor="#FFCCCC";



Should it better be a external input (CSS or a Variable ) ?

Yep, definitely not the best solution.
Definition will be moved to css file in next version. Thanks for your remark.