From d9040f18e63e5d08f60b716564da1394159ac653 Mon Sep 17 00:00:00 2001 From: psychobunny Date: Fri, 21 Aug 2015 09:59:07 -0400 Subject: [PATCH] use branding for checkbox --- public/less/admin/admin.less | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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