Also style url,number,search like text fields

This commit is contained in:
Miles Z. Sterrett 2012-03-07 10:41:26 -05:00
parent 1457ced0d5
commit 672d39a5f7

View File

@ -291,6 +291,9 @@
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="number"],
input[type="search"],
textarea,
select {
border: 1px solid #ccc;
@ -313,6 +316,9 @@
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
textarea:focus {
border: 1px solid #aaa;
color: #444;