How to style download/browse button?

0
Hi,  I want to style browse button like this.  but it looks like below, in mendix.
asked
1 answers
1

user this class to target your button in CSS file 

 

 

.mx-fileinput-upload-button{

//your Css code goes here

}

 

you can also define a custom class name for button in property appearance tab and can define this class in Css file

 

answered