Configuration of input type "tel"

Configuration of input type "tel". Flexibility for developers.
This commit is contained in:
Gabriel Azevedo 2014-11-18 17:24:29 -02:00
parent 7ab682091d
commit f4c21303ee

View File

@ -216,6 +216,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;
@ -237,6 +238,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;