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