Didn't know you could write it this way. Works perfectly, thanks! Markus
On Sep 30, 2:21 am, The Editor <[email protected]> wrote: > Ah you seem to be correct. It may only work on some browsers as some > tutorials suggest that format. I have been tinkering and will change > those four lines to the following in the next release. Much better! > Thank you for point it out. > > form label { display:block; } > form input[type=text], form input[type=password], form textarea { > border:2px $$accent_color solid; padding:4px 5px; font: > Arial,san-serif; margin-bottom: 7px; } > form input[type=text]:hover, form input[type=password]:hover, form > textarea:hover { border:3px $$accent_color solid; padding: 3px > 4px; margin-bottom: 7px; } > form input[type=button], form input[type=submit], form > input[type=reset]{ background-color: #fff; border:2px > $$accent_color solid; margin-bottom: 7px; padding:3px; > font:14px Arial,san-serif; color: $$accent_color; font-weight: > 600; } > form input[type=button]:hover, form input[type=submit]:hover, form > input[type=reset]:hover { background-color: #fff; border:3px > $$accent_color solid; margin-bottom: 7px; padding:2px; > font:14px Arial,san-serif; color: $$accent_color; font-weight: > 600; } > > Cheers, > Dan --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
