Style HTML5 input type=tel like type=text
This commit is contained in:
parent
b7ae333d07
commit
1457ced0d5
@ -290,6 +290,7 @@
|
|||||||
input[type="text"],
|
input[type="text"],
|
||||||
input[type="password"],
|
input[type="password"],
|
||||||
input[type="email"],
|
input[type="email"],
|
||||||
|
input[type="tel"],
|
||||||
textarea,
|
textarea,
|
||||||
select {
|
select {
|
||||||
border: 1px solid #ccc;
|
border: 1px solid #ccc;
|
||||||
@ -311,6 +312,7 @@
|
|||||||
input[type="text"]:focus,
|
input[type="text"]:focus,
|
||||||
input[type="password"]:focus,
|
input[type="password"]:focus,
|
||||||
input[type="email"]:focus,
|
input[type="email"]:focus,
|
||||||
|
input[type="tel"]:focus,
|
||||||
textarea:focus {
|
textarea:focus {
|
||||||
border: 1px solid #aaa;
|
border: 1px solid #aaa;
|
||||||
color: #444;
|
color: #444;
|
||||||
|
Loading…
Reference in New Issue
Block a user