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

How to check data type in C++? -

javascript - Is getTimezoneOffset() stable during daylight saving transition? -

sql server - SQL Query returns one result, does not return 0 or NULL result -