vaadin7 - Vaadin Upload Component Upload Button, changing it's Style? -


vaadin 7.6.2

how apply setstylename("small") on upload component’s upload button , have work? if requires custom css great see example of looks like. question upload button, not "browse" button, has been hidden setimmediate(true) in case.

use scss small upload buttons:

.v-upload-small .v-button {     height: 31px;     padding: 0 14px;     font-size: 14px;     border-radius: 4px; } 

and on upload button use addstylename("small") instead of setstylename(...)


Comments

Popular posts from this blog

java - Run spring boot application error: Cannot instantiate interface org.springframework.context.ApplicationListener -

python - pip wont install .WHL files -

Excel VBA "Microsoft Windows Common Controls 6.0 (SP6)" Location Changes -