Change size of autocomplete input box using css?
Posted June 29th, 2008 by douggreen
5.x-1.4, Code, support request, normal, active
I tried a few things. Here's what didn't work:
.form-autocomplete#filter0 {
size:20;
}
input#edit-filter0 {
size:20;
}
.form-autocomplete {
size:20;
}