I have tried changing the background color in many ways, but nothing works, below are some of the methods I have tried. Blue color checkbox to change the color from blue to some other color
Method1:
input:checked {
background-color: black;
}
Method2:
input[type='checkbox']:after {
background-color: black;
}
Method3:
input[type=checkbox]#remember:checked:after {
background-color: black;
}
Aucun commentaire:
Enregistrer un commentaire