diff options
Diffstat (limited to 'skins/custom/search_form.css')
-rw-r--r-- | skins/custom/search_form.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/skins/custom/search_form.css b/skins/custom/search_form.css new file mode 100644 index 000000000..1855eb445 --- /dev/null +++ b/skins/custom/search_form.css @@ -0,0 +1,6 @@ + +/* let the browser choose the select height from the "size" param */ +.search_field_grid select { + height: auto; +} + |