我有文件上传按钮样式的问题,我正在使用tomahawk文件上传,所以没有一种风格可以更改生成的浏览按钮。
如何为Browse按钮应用样式?我有Twitter引导程序,但没有一种风格影响它。
<t:inputFileUpload id="openssme" value="#{imageUploadBean.upFile}" styleClass="btn"
title="+ Add pictures from computer"
required="true"
accept="image/*" size="20" storage="file"/>