Skip to content

Commit c2784dd

Browse files
committed
Merge pull request twbs#12432 from ChrisRiddell/signin-email-fix
Wrong input css for signin example
2 parents d4b1bfd + d002f04 commit c2784dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/examples/signin/signin.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ body {
2828
.form-signin .form-control:focus {
2929
z-index: 2;
3030
}
31-
.form-signin input[type="text"] {
31+
.form-signin input[type="email"] {
3232
margin-bottom: -1px;
3333
border-bottom-left-radius: 0;
3434
border-bottom-right-radius: 0;
@@ -37,4 +37,4 @@ body {
3737
margin-bottom: 10px;
3838
border-top-left-radius: 0;
3939
border-top-right-radius: 0;
40-
}
40+
}

0 commit comments

Comments
 (0)