views:

150

answers:

1

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
actually that is only a partial solution. The other fields still have a different border with 3D shadowing.
srboisvert