Toggle switch Color when enabled vs disabled

A CSS solution to achieve it is to override the default style by adding the following in the advanced CSS stylesheet

.ia_toggleSwitch__thumb--disabled{
    background-color : #00ff00 !important;
}

I agree with similar post here

How unauthorized users identify this switch as inaccessible, without hovering over it? The touchscreen doesn't have a hover.

1 Like