Commit c2784ddd authored by Julian Thilo's avatar Julian Thilo

Merge pull request #12432 from ChrisRiddell/signin-email-fix

Wrong input css for signin example
parents d4b1bfd6 d002f045
...@@ -28,7 +28,7 @@ body { ...@@ -28,7 +28,7 @@ body {
.form-signin .form-control:focus { .form-signin .form-control:focus {
z-index: 2; z-index: 2;
} }
.form-signin input[type="text"] { .form-signin input[type="email"] {
margin-bottom: -1px; margin-bottom: -1px;
border-bottom-left-radius: 0; border-bottom-left-radius: 0;
border-bottom-right-radius: 0; border-bottom-right-radius: 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment