I need to set an input type checkbox right side padding to 10px and border-right:1px solid #000. I am trying this but the checkbox not taking the values. Does anybody know why it isn't working?
I am using the following code:
input[type="checkbox"] {
border-right:1px solid #fff;
margin-right:10px;
}
The border doesn't take.