Hello Friends all I'm trying to do is change the background color of a checkbox. I tired many things but nothing works. Can some one help?
input[type="checkbox"] {
background: #3d404e;
border: #7f83a2 1px solid;
}
Hello Friends all I'm trying to do is change the background color of a checkbox. I tired many things but nothing works. Can some one help?
input[type="checkbox"] {
background: #3d404e;
border: #7f83a2 1px solid;
}