トグル ボタンを再描画しようとしていますが、何度試しても、上書きする適切な CSS スタイルが見つかりません。
現在の実装はhttp://webix.com/snippet/ebbe2e11です
CSS:
.webix_el_toggle button{
background-color:grey !important;
border-color: gray !important;
}
.webix_el_toggle.webix_pressed button{
background-color:green !important;
border-color: green !important;
}
ご覧のとおり、.webix_el_toggle.webix_pressed
機能せず、最終的にトグルの CSS クラスを失いました。それを変更する方法はありますか?