wbstr / vaadin-multifileupload

12 stars 23 forks source link

Modifying multifileupload button styles #64

Open jtaala opened 6 years ago

jtaala commented 6 years ago

Fantastic add-on. I currently use the borderless button (ValoTheme) style throughout my application. There seems to be no easy way of modifying the button styles? Have tried addStyleName(...) my the MultiUploadFIle object and also on the MultiUploadFIle().getSmartUpload() objects.

I may be missing something simple - but other than hacking the CSS - is there any way to use the Component.addStyleName() methods to add styles to your MultiIploadFile button?