use branding for checkbox

This commit is contained in:
psychobunny
2015-08-21 09:59:07 -04:00
parent c97631b060
commit d9040f18e6

View File

@@ -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;
}