I need to flat and style CheckBox
in my aspx page. I used below css code. but nothing happen.
input[type="checkbox"]
{
border: 1px solid #ccc;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
}
How can i solve this ?