Hi,
Which code can I use to change the color of the check-boxes ?
Hi,
Which code can I use to change the color of the check-boxes ?
Hi
You can use below line of CSS code to achieve the same :
.Skin label.q-checkbox {
border: 2px solid red;
}
Just update the value color(red) with color of your choice.
Hope this resolves your query!!
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.