I\'m creating a css template for form types and want to give form inputs a rounded border. This works well with type=text but doesn\'t work with type=file (for file upload).
According to the first Google search result, it's rather involved. See this article on quirksmode.org for information on how to do it.