Fixed the date field border #281

This commit is contained in:
Andy Miller
2015-11-19 21:34:09 -07:00
parent 2d34f776be
commit 20a6db9a11
3 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -227,7 +227,7 @@ form {
margin: 0;
}
input[type=text], input[type=password], input[type=email] {
input[type=text], input[type=password], input[type=email], input[type=date] {
width: 100%;
border: $form-border-width solid $form-border;
background: $white;