Customising Switch in TouchKit 4.0.0

Hi,

I can’t manage to change the colors of a TouchKit Switch button.

I started from maven artifact with versions: Vaadin: 7.3.*, TouchKit: 4.0.0

Shouldn’t I see at least some visual changes on applying extra lines myTheme.scss below the // Insert your own theme rules here line:

.v-touchkit-switch-wrapper{
background: #FF0000;
background-color: #FF0000;
}
.v-touchkit-switch-widget{
background:#FF0000;
background-color: #FF0000;
}
.v-touchkit-switch-slider{
background:#FF0000;
background-color:#FF0000;
}
.v-touchkit-switch {
background:#FF0000;
color: #FF0000;
}

Thx,
Pieter