【问题标题】:How to get rid of column header background color on sort?如何摆脱排序时的列标题背景颜色?
【发布时间】:2016-01-03 19:33:52
【问题描述】:

我想让列标题的背景颜色透明(而不是下面屏幕截图中的浅蓝色)。这可能吗?

【问题讨论】:

    标签: ngtable


    【解决方案1】:

    你们都必须覆盖或更改 ng-table.css

    .ng-table th.sortable.sort-desc,
    .ng-table th.sortable.sort-asc {
      background-color: rgba(141, 192, 219, 0.25); <-- remove this or change as per your need
      text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    }
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2014-12-06
      • 1970-01-01
      • 2022-11-11
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多