Change color of progressbar

Hello all,

I tried to change the color of the progressbar but unfortunately I had no luck to get it work. Has anyone an idea? :slight_smile:

Best Regards,
Thomas


.v-progressbar.test {
color: #ff0000;
background: #94B9C6;
}

secureField.setStyleName(“test”);

Hi Thomas,
take a look at this post https://vaadin.com/forum#!/thread/14577220

HTH
Marco

works like a charm :slight_smile: