Modify Report Headers and Row Colors
Modify Report Headers and Row Colors
Comments
-
/* ---------- REPORT ROWS ---------- */
.DataGridAltRow {
background-color: #C3F7F1;
}
.ui-jqgrid-hdiv .ui-state-default {
background-color: #047B6E;
color: white;
}
.ui-jqgrid-labels .ui-sortable {
color: white;
}
.report-title {
color: #047B6E;
font-size: 18px;
}
.grid-container .ui-jqgrid-hbox .ui-jqgrid-htable .ui-th-div {
color: white
}