Battling Chrome Autocomplete, part 31: Wrap search input with form

This commit is contained in:
Nick O'Leary
2020-02-10 18:55:03 +00:00
parent 53b127902c
commit 634a51635c
4 changed files with 13 additions and 7 deletions

View File

@@ -32,6 +32,9 @@
right: 5px;
top: 9px;
}
form.red-ui-searchBox-form {
margin: 0;
}
input.red-ui-searchBox-input {
border-radius: 0;
border: none;