diff --git a/apps/toolbox/src/app.css b/apps/toolbox/src/app.css index 8589cefaa..0e77e788e 100644 --- a/apps/toolbox/src/app.css +++ b/apps/toolbox/src/app.css @@ -201,4 +201,24 @@ Button { .a11y-demo-page .a11y-state-checked { a11y-state: checked; +} + +.switch-demo-page Switch.custom-switch { + color: #ddd; + background-color: #65adf1; +} + +.switch-demo-page Switch.custom-switch:checked { + color: #111; + background-color: #65adf1; +} + +.switch-demo-page Switch.custom-switch:disabled { + color: #777; + background-color: #ddd; +} + +.switch-demo-page Switch.custom-switch:disabled:checked { + color: #ddd; + background-color: #777; } \ No newline at end of file diff --git a/apps/toolbox/src/main-page.xml b/apps/toolbox/src/main-page.xml index 667e9e9a5..34a1d1a22 100644 --- a/apps/toolbox/src/main-page.xml +++ b/apps/toolbox/src/main-page.xml @@ -6,15 +6,16 @@ -