controls.js line 471: Where it says: new Effect.Highlight(element, {startcolor: this.options.highlightcolor}); can we change it to: new Effect.Highlight(element, {startcolor: this.options.highlightcolor, endcolor: this.options.highlightendcolor}); . Otherwise, it''ll use the default #FFFFFF to finish the highlight which doesn''t look right when #FFFFFF doesn''t match your actual background. Thanks.
On 3/7/06, John Beppu <john.beppu-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> controls.js line 471: > > Where it says: > > new Effect.Highlight(element, {startcolor: this.options.highlightcolor}); > > can we change it to:I would encourage you to file a ticket (after searching to see if this item has already been addressed) at http://dev.rubyonrails.org/ Todd