style consistency

git-svn-id: http://google-refine.googlecode.com/svn/trunk@603 7d457c2a-affb-35e4-300a-418c747d4874
This commit is contained in:
Stefano Mazzocchi 2010-05-05 01:54:33 +00:00
parent fc5dd69c33
commit 47e0535e66

View File

@ -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);