Re: [PATCH 04/10] Added option to change colors of HTML forms.

Yozo Hida <[email protected]> Sat, 16 May 2009 12:49:53 -0400
Newsgroups gmane.comp.web.links
Message-ID <[email protected]>
On 2009-05-13, Miciah Dashiel Butler Masters <[email protected]> wrote:
> On 05/13/2009 12:01 AM, [email protected] wrote:
>> Settings are specified by
>> 
>>   document.colors.form
>>   document.colors.use_form_color
>> 
>> The latter setting determines whether the color is used when document
>> colors are being used.
>
> Have you considered using CSS?  Set document.css.stylesheet = "user.css"
> and put "input {color:pink}" or "form {color:pink}" or similar in
> ~/.elinks/user.css.
>

Ah, thanks.  Your suggestion works.  Never thought of doing it that way,
actually.  Please disregard patch #4 in that case.

Thanks,
-Yozo