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
|
.span-5
|
||||||
%h4
|
%h4
|
||||||
Invite
|
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
|
:color #ccc
|
||||||
|
|
||||||
|
|
||||||
input[type='text'],
|
input:not([type='submit']),
|
||||||
input[type='password'],
|
|
||||||
input[type="search"],
|
|
||||||
textarea
|
textarea
|
||||||
:font
|
:font
|
||||||
:family 'Arial', 'Helvetica', sans-serif
|
:family 'Arial', 'Helvetica', sans-serif
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue