So it looks I can change the background-color of an empty md-checkbox
by doing :
md-checkbox .md-icon {
background: red;
}
But I can't manage to change the background of a checked md-checkbox
.
I tried to play with :checked
, ::before
, ::after
... But didn't succeed.
How should I proceed ?