Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/css/38.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Twitter bootstrap 如何更改剑道轴网格中的背景色_Twitter Bootstrap_Css_Twitter Bootstrap 3_Kendo Grid - Fatal编程技术网

Twitter bootstrap 如何更改剑道轴网格中的背景色

Twitter bootstrap 如何更改剑道轴网格中的背景色,twitter-bootstrap,css,twitter-bootstrap-3,kendo-grid,Twitter Bootstrap,Css,Twitter Bootstrap 3,Kendo Grid,如何更改剑道透视网格中columnheader/rowHeader或grouping标头的背景色。我尝试在custom.css中应用以下css,但它不会受到网格的影响 这些类最初出现在kendo.common.min.css中,我想在自定义css类中覆盖它 如何更改或覆盖它 .k-grouping-header k-grid-header th.k-header{ background-color: #F7F7F7 !important; }

如何更改剑道透视网格中columnheader/rowHeader或grouping标头的背景色。我尝试在custom.css中应用以下css,但它不会受到网格的影响

这些类最初出现在kendo.common.min.css中,我想在自定义css类中覆盖它

如何更改或覆盖它

.k-grouping-header k-grid-header th.k-header{
    background-color: #F7F7F7 !important;
}