nt1m / material-framework

[Unmaintained] An easy to use material design based framework.
http://nt1m.github.io/material-framework
MIT License
388 stars 86 forks source link

Ability to change the color of form controls #178

Open PalmerAL opened 9 years ago

nt1m commented 9 years ago

Which ones ? And are you talking about it's actual color, or are you talking about it's borders?

PalmerAL commented 9 years ago

I meant for switches, radios, and checkboxes. You should be able to add a color class to the element, and the colors adjust.

nt1m commented 9 years ago

For checkboxes, you can apply the color-yourcolor-500 class on the sibling label. For radios, it should be easy to add. For switches, this is much more tricky.