change color toggle
Posted: Sat Aug 20, 2016 11:35 am
How can I change color of toggle?
The "on"-status color (slider active) is ok, but I want to change the "off"-status color with css.
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
How can I change color of toggle?
The "on"-status color (slider active) is ok, but I want to change the "off"-status color with css.
Hello Nicklas,
Please use a CSS class ".ui-flipswitch" to set toggle's "off" style and ".ui-flipswitch-active" to set it's "on" style
Perfect! Thank you!