Fixes #3309 - Add same styles as regular input elements to file inputs. Add test for validating file type.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user