Added search and url input types. Thanks @atomicpages
This commit is contained in:
parent
06f8b14c28
commit
62928a89cd
@ -69,9 +69,17 @@ fieldset {
|
||||
margin: $form_fieldset_margin;
|
||||
}
|
||||
|
||||
input[type="search"],
|
||||
input[type="url"] {
|
||||
-webkit-appearance: textfield;
|
||||
-moz-appearance: textfield;
|
||||
}
|
||||
|
||||
input[type="text"],
|
||||
input[type="password"],
|
||||
input[type="email"],
|
||||
input[type="search"],
|
||||
input[type="url"],
|
||||
textarea,
|
||||
select {
|
||||
border: $form_input_border;
|
||||
@ -94,6 +102,8 @@ select {
|
||||
input[type="text"]:focus,
|
||||
input[type="password"]:focus,
|
||||
input[type="email"]:focus,
|
||||
input[type="search"]:focus,
|
||||
input[type="url"]:focus,
|
||||
textarea:focus {
|
||||
border: $form_input_focus_border;
|
||||
color: $form_input_focus_text_colour;
|
||||
|
Loading…
x
Reference in New Issue
Block a user