diff --git a/app/views/users/getting_started.html.haml b/app/views/users/getting_started.html.haml index 405c62dbc7b4f1137e382017e68295585eda8909..530c4038e565f911191bc9dd6d5cbc9e04148cc6 100644 --- a/app/views/users/getting_started.html.haml +++ b/app/views/users/getting_started.html.haml @@ -90,4 +90,4 @@ .span-5 %h4 Invite - = text_field_tag :email, nil, :placeholder => "Email" + = text_field_tag :email, nil, :placeholder => "Email", :type => "email" diff --git a/public/stylesheets/sass/application.sass b/public/stylesheets/sass/application.sass index 88999049a8ce4fa962b8d51b61d30b1cd187aa81..07b5c78a974dbe5be01bb60bb19ff9bc3da01230 100644 --- a/public/stylesheets/sass/application.sass +++ b/public/stylesheets/sass/application.sass @@ -596,9 +596,7 @@ li.message .from .right :color #ccc -input[type='text'], -input[type='password'], -input[type="search"], +input:not([type='submit']), textarea :font :family 'Arial', 'Helvetica', sans-serif