vladocar / formy-css-framework

Automatically exported from code.google.com/p/formy-css-framework
0 stars 0 forks source link

Request to wrap form CSS in class #7

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Thx for the great library.  It'd be great if instead of globally applying the 
CSS to all form fields, the CSS were wrapped in a class definition, so <form 
class='formy'> (or <div class='formy'>) would only affect the input fields 
within the div/form.

Original issue reported on code.google.com by tac...@gmail.com on 26 Jul 2009 at 12:46

GoogleCodeExporter commented 9 years ago
Hi tacman,

I suggest you just edit the CSS file yourself in that case.

Just prepend all the statements with `div.formy`. E.g. div.formy label { 
color:#333;
} and div.formy fieldset { border:1px solid #ccc; }

I think that should do it anyway :)

Original comment by kwakwave...@gmail.com on 27 Jul 2009 at 3:20