diff --git a/src/main/webapp/scripts/views/data-table-view.js b/src/main/webapp/scripts/views/data-table-view.js index 0bc3c03fd..5d8b84c2b 100644 --- a/src/main/webapp/scripts/views/data-table-view.js +++ b/src/main/webapp/scripts/views/data-table-view.js @@ -162,7 +162,7 @@ DataTableView.prototype._renderDataTable = function(table) { var td = tr.insertCell(tr.cells.length); if (foundGroup) { td.setAttribute("colspan", columnGroup.columnSpan); - td.style.background = "blue"; + td.style.background = "#FF6A00"; if (columnGroup.keyColumnIndex >= 0) { keys.push(columnGroup.keyColumnIndex);