Change colour of Reindeer button...

Probably an easy question for a web developer…

But, a java swing developer, like me, hasn’t got any idea what CSS to change!

I added a new class in my CSS

.pink {

background-color: #FFb2b2;

}

Then set the style in my code

button,setStyleName(“pink”);

But, it doesn’t work.

Any help would be very appreciated

Tony.

Vaadin button use image in background not background color. Button contains two separate images: left side and right side. Righ side image is wrapped. Look image http://demo.vaadin.com/VAADIN/themes/reindeer/button/img/button-sprites.png so you can undertand more how it work. Also firebug is very good help to inspect theme.