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="password"],
|
||||
input[type="email"],
|
||||
input[type="tel"],
|
||||
textarea,
|
||||
select {
|
||||
border: 1px solid #ccc;
|
||||
@ -311,6 +312,7 @@
|
||||
input[type="text"]:focus,
|
||||
input[type="password"]:focus,
|
||||
input[type="email"]:focus,
|
||||
input[type="tel"]:focus,
|
||||
textarea:focus {
|
||||
border: 1px solid #aaa;
|
||||
color: #444;
|
||||
|
Loading…
Reference in New Issue
Block a user