【发布时间】:2014-03-17 22:21:48
【问题描述】:
我正在尝试通过以下方式更改 woocommerce 中的按钮颜色:
#top .button, #top .submitbutton {
text-shadow: none!important;
color: white!important;
font-weight: bold; !important;
background: -webkit-gradient(linear, left top, left bottom, from(#6FB56F), to(#0D850D))!important;
它在 chrome 中运行良好,但在 ie11 和 firefox 中无法运行。非常感谢所有答案
【问题讨论】:
-
-webkit-仅适用于 Webkit,包括 Safari/Chrome/Opera15+ 您还应该为gradient属性添加其他供应商前缀。
标签: css internet-explorer firefox