Fixes #3309 - Add same styles as regular input elements to file inputs. Add test for validating file type.

This commit is contained in:
Owen Conti
2017-07-03 18:04:49 -06:00
parent b2b9e84e11
commit dd1b87e3d7
3 changed files with 40 additions and 4 deletions

View File

@@ -42,7 +42,8 @@ label
input[type=text],
input[type=password],
input[type=search],
input[type=email]
input[type=email],
input[type=file]
{
min-width: 100px;
margin: 5px 0;