Also style url,number,search like text fields
This commit is contained in:
parent
1457ced0d5
commit
672d39a5f7
@ -291,6 +291,9 @@
|
|||||||
input[type="password"],
|
input[type="password"],
|
||||||
input[type="email"],
|
input[type="email"],
|
||||||
input[type="tel"],
|
input[type="tel"],
|
||||||
|
input[type="url"],
|
||||||
|
input[type="number"],
|
||||||
|
input[type="search"],
|
||||||
textarea,
|
textarea,
|
||||||
select {
|
select {
|
||||||
border: 1px solid #ccc;
|
border: 1px solid #ccc;
|
||||||
@ -313,6 +316,9 @@
|
|||||||
input[type="password"]:focus,
|
input[type="password"]:focus,
|
||||||
input[type="email"]:focus,
|
input[type="email"]:focus,
|
||||||
input[type="tel"]:focus,
|
input[type="tel"]:focus,
|
||||||
|
input[type="url"]:focus,
|
||||||
|
input[type="number"]:focus,
|
||||||
|
input[type="search"]: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