Autofocus email field
This commit is contained in:
@ -11,10 +11,6 @@
|
|||||||
outline: 0 !important;
|
outline: 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
input[placeholder] {
|
|
||||||
color: red;
|
|
||||||
}
|
|
||||||
|
|
||||||
html {
|
html {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
@ -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
|
||||||
|
Reference in New Issue
Block a user