hi, i want to change the forecolor and backcolor of my datagrids's headers , whats the css class name
for that?
i have this for tables and works lijk a charm :
.table .lfTableGrid.dojoxGrid .dojoxGridHeader .dojoxGridCell {
background: #1F2D60 0% 0% no-repeat padding-box;
border: 1px solid white;
font-weight: bold;
color: white;
}
.rows .lfTableGrid.dojoxGrid .dojoxGridContent .dojoxGridCell {
color: #1F2D60;
background: unset;
border-width: 1px;
border-style: solid;
border-color: transparent;
border-image: initial;
}
Thanks in advance
Lea
