【问题标题】:Cant able to change the comment section, submit button text color style in IE7 in Drupal 7无法更改评论部分,在 Drupal 7 的 IE7 中提交按钮文本颜色样式
【发布时间】:2013-02-18 08:08:06
【问题描述】:

我正在尝试为评论表单提交按钮添加自定义样式

.form-actions .form-submit {
    color: #FFFFFF !important;
    background-color: #CC0000;
    height: 40px;
}

它适用于所有浏览器,但在 IE7 中它不起作用。一些覆盖文本颜色#A0A0A0 也来了。

IE 7

其他浏览器

注意:所有其他提交按钮样式都可以正常工作,仅在评论表单提交按钮中。

提前致谢

【问题讨论】:

  • 检查元素。提交按钮可能具有覆盖此样式的另一种样式。

标签: css forms drupal-7


【解决方案1】:

试试_color: #FFFFFF !important;

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2012-03-30
    • 1970-01-01
    • 2016-09-11
    • 1970-01-01
    相关资源
    最近更新 更多