diff --git a/public/less/admin/admin.less b/public/less/admin/admin.less index 68f145af2f..bbc7503058 100644 --- a/public/less/admin/admin.less +++ b/public/less/admin/admin.less @@ -213,4 +213,16 @@ max-width: 24px; max-height: 24px; } +} + +.mdl-switch.is-checked .mdl-switch__ripple-container { + cursor: pointer !important; +} + +.mdl-switch.is-checked .mdl-switch__thumb { + background: @brand-primary !important; +} + +.mdl-switch.is-checked .mdl-switch__track { + background: lighten(@brand-primary, 20%) !important; } \ No newline at end of file