I am talking about the following four lines in code.style:
form input.text, form textarea { width:100%; border:2px $$accent_color
solid; padding:4px 5px; font: Arial,san-serif; }
form input.text:hover, form textarea:hover { border:4px $$accent_color
solid; padding: 2px 3px; }
form input.text:focus, form textarea:focus { border:2px $$accent_color
solid; }
form input.button, form input.submit { margin-right:8px; padding:10px;
font:14px Arial,san-serif; color: $$text_color; }
For example, for the first line to work the form input of type text
must also have set class="text". Otherwise the styling will not be
applied.
When I create a form and look at the source of the page the class is
not set and the styles are therefore ignored.
Am I on the wrong track?
Regards, Markus
On Sep 29, 8:01 pm, The Editor <[email protected]> wrote:
> Where in code.style do you see a class with form input types?
>
> Cheers,
> Dan
>
>
>
> On Tue, Sep 29, 2009 at 1:37 PM, Markus <[email protected]> wrote:
>
> > code.style contains styling for form inputs but the class is not set
> > by the form generator.
>
> > Regards, Markus
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"BoltWire" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/boltwire?hl=en
-~----------~----~----~----~------~----~------~--~---