【发布时间】:2011-10-03 12:12:03
【问题描述】:
是否可以像在 IE 中一样更改 Firefox/Chrome 中单选按钮输入的背景颜色? (不使用图片)
在 IE(
input[type="radio"] {
background: red;
}
<input type="radio" /> RadioButton
【问题讨论】:
-
这能回答你的问题吗? How do I change the color of radio buttons?
标签: css radio-button background-color