blob: 48b2852de820f61ce5344584ab1ff3aa2313adcf (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<!doctype html>
<title>::file-selector-button allows to customize the button in <input type=file></title>
<link rel="help" href="https://github.com/w3c/csswg-drafts/issues/5049">
<link rel="mismatch" href="file-selector-button-001-notref.html">
<style>
input::file-selector-button {
background: green;
color: white;
}
</style>
<input type="file">
|