Search type input

merge-requests/30/head
Bob Mottram 2022-12-31 23:29:30 +00:00
parent b502fbc4c1
commit 0c2113c43a
1 changed files with 3 additions and 3 deletions

View File

@ -1758,7 +1758,7 @@ h3 {
color: var(--time-color);
margin: var(--time-vertical-align) 20px;
}
input[type=text], input[type=password], select, textarea {
input[type=text], input[type=search], input[type=password], select, textarea {
width: 100%;
padding: 12px;
border: 1px solid #ccc;
@ -2557,7 +2557,7 @@ h3 {
color: var(--time-color);
margin: var(--time-vertical-align-mobile) 20px;
}
input[type=text], input[type=password], select, textarea {
input[type=text], input[type=search], input[type=password], select, textarea {
width: 100%;
padding: 12px;
border: 1px solid #ccc;
@ -3354,7 +3354,7 @@ h3 {
color: var(--time-color);
margin: var(--time-vertical-align-tiny) 20px;
}
input[type=text], input[type=password], select, textarea {
input[type=text], input[type=search], input[type=password], select, textarea {
width: 100%;
padding: 12px;
border: 1px solid #ccc;