Use HTML5 email and url field types where appropriate
This commit is contained in:
parent
281a3239e6
commit
d70fd8ab1a
4 changed files with 7 additions and 7 deletions
|
@ -979,7 +979,7 @@ p#contributorGuidance {
|
|||
font-size: 0.8em;
|
||||
}
|
||||
|
||||
input[type="text"], input[type="password"], textarea {
|
||||
input[type="text"], input[type="email"], input[type="url"], input[type="password"], textarea {
|
||||
border: 1px solid black;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue