coi CSS:

codice:
<html>
<head>
<title>Untitled</title>
<style>
input {
background:red;
color:white;}
</style>
</head>

<body>

<input type="file" value="">

</body>
</html>