Added html5 tel field support - thanks @mileszs
This commit is contained in:
parent
2401ce2592
commit
0085ded644
@ -81,6 +81,7 @@ input[type="email"],
|
|||||||
input[type="search"],
|
input[type="search"],
|
||||||
input[type="url"],
|
input[type="url"],
|
||||||
input[type="number"],
|
input[type="number"],
|
||||||
|
input[type="tel"],
|
||||||
textarea,
|
textarea,
|
||||||
select {
|
select {
|
||||||
border: $form_input_border;
|
border: $form_input_border;
|
||||||
@ -106,6 +107,7 @@ input[type="email"]:focus,
|
|||||||
input[type="search"]:focus,
|
input[type="search"]:focus,
|
||||||
input[type="url"]:focus,
|
input[type="url"]:focus,
|
||||||
input[type="number"]:focus,
|
input[type="number"]:focus,
|
||||||
|
input[type="tel"]:focus,
|
||||||
textarea:focus {
|
textarea:focus {
|
||||||
border: $form_input_focus_border;
|
border: $form_input_focus_border;
|
||||||
color: $form_input_focus_text_colour;
|
color: $form_input_focus_text_colour;
|
||||||
|
Loading…
Reference in New Issue
Block a user