html5 placeholder text
This commit is contained in:
parent
278a74f1f9
commit
31713d9597
2 changed files with 2 additions and 4 deletions
|
|
@ -90,4 +90,4 @@
|
|||
.span-5
|
||||
%h4
|
||||
Invite
|
||||
= text_field_tag :email, nil, :placeholder => "Email"
|
||||
= text_field_tag :email, nil, :placeholder => "Email", :type => "email"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue