I'd like to have my password_fields styled the same as the Blueprint framework's default style for input fields. What do I need to put in my .sass for this?
A:
Found it.
need to append a class to the input in the HAML
= f.password_field :password, :class => 'text'
srboisvert
2010-01-15 15:27:20
actually that is only a partial solution. The other fields still have a different border with 3D shadowing.
srboisvert
2010-01-15 15:31:59