In some cases we may need to change the look of a form file upload button which are notoriously tricky to style. Below is the CSS selectors that can be used to achieve this.
input[type="file"]::file-selector-button,
input[type="file"]::-webkit-file-upload-button {
}