Style HTML5 input type=tel like type=text

This commit is contained in:
Miles Z. Sterrett 2012-02-02 11:04:00 -05:00
parent b7ae333d07
commit 1457ced0d5

View File

@ -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;