I am trying to style button from auto generating form from php Nette framework.
I've tried for example
input[type="file" i] {
display: none;
}
But it doesn't work...
My upload button
#frm-categoriesForm-form-upload{
background-color:#4e73df;
width: 300px;
color:white;
}
<input type="file" name="upload" id="frm-categoriesForm-form-upload" class="text">
I would like to change styles of "Choose File" and make it like "no file chosen"