【发布时间】:2013-06-28 11:17:55
【问题描述】:
我正在寻找一种方法来覆盖自定义复选框基础中的选中 (x) 样式
按照自定义forms documentation我已经成功实现了自定义复选框如下:
<form class="custom">
<label for="checkbox1">
<input type="checkbox" id="checkbox1" CHECKED />
<span class="custom checkbox checked"></span>Label for checkbox 1
</label>
</form>
这允许我对复选框的外观进行 css 样式更改,但我找不到影响 x 本身的方法。
【问题讨论】:
标签: css html mobile sass compass-sass