CSS/HTML: How do I change the color of the check mark within the checkbox input?

前端 未结 5 1988
甜味超标
甜味超标 2020-12-01 16:23

How do I change the color of the check mark within an HTML checkbox input?

5条回答
  •  既然无缘
    2020-12-01 16:38

    You could create a checkbox image and use that as your checkbox

    The following post discusses custom input controls...

    http://www.thecssninja.com/css/custom-inputs-using-css

提交回复
热议问题