Change the search form text input to search type and add the basic style for it
This commit is contained in:
parent
dc730a3bc5
commit
ed6a89fa20
2 changed files with 5 additions and 2 deletions
|
@ -282,6 +282,7 @@ input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly i
|
|||
input[type=text],
|
||||
input[type=email],
|
||||
input[type=password],
|
||||
input[type=search],
|
||||
textarea {
|
||||
color: #666;
|
||||
border: 1px solid #ccc;
|
||||
|
@ -290,12 +291,14 @@ textarea {
|
|||
input[type=text]:focus,
|
||||
input[type=email]:focus,
|
||||
input[type=password]:focus,
|
||||
input[type=search]:focus,
|
||||
textarea:focus {
|
||||
color: #111;
|
||||
}
|
||||
input[type=text],
|
||||
input[type=email],
|
||||
input[type=password] {
|
||||
input[type=password],
|
||||
input[type=search] {
|
||||
padding: 3px;
|
||||
}
|
||||
textarea {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue