Autofocus email field

This commit is contained in:
Sahat Yalkabov
2013-12-04 20:19:24 -05:00
parent cc80b0461c
commit a88966243a
2 changed files with 1 additions and 5 deletions

View File

@ -11,10 +11,6 @@
outline: 0 !important; outline: 0 !important;
} }
input[placeholder] {
color: red;
}
html { html {
height: 100%; height: 100%;
} }

View File

@ -11,7 +11,7 @@ block content
span.text-muted NAME span.text-muted NAME
form(method='POST') form(method='POST')
.form-group .form-group
input.form-control(type='email', name='email', id='email', placeholder='Email') input.form-control(type='email', name='email', id='email', placeholder='Email', autofocus='')
.form-group .form-group
input.form-control(type='password', name='password', id='password', placeholder='Password') input.form-control(type='password', name='password', id='password', placeholder='Password')
.form-group .form-group