si puo fare veramente poco:

<html>
<head>
<title>Untitled</title>
<style>
input {
border:2px solid blue;
background:red;
font-size:10px;}
</style>
</head>

<body>

<input type="file">

</body>
</html>