251: Support a different color for measure columns

Task-Url: https://support.d4science.org/issues/251

Changed color for Validation columns

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-widgetx@115451 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2015-06-22 10:37:12 +00:00 committed by Giancarlo Panichi
parent 37a3d60bb4
commit c890f61e9a
1 changed files with 2 additions and 1 deletions

View File

@ -150,12 +150,13 @@ public class ColumnConfigGenerator {
case USER:
break;
case VALIDATION:
ssb.trustedBackgroundColor("#f6e681");
break;
case VIEWCOLUMN_OF_DIMENSION:
ssb.trustedBackgroundColor("#c3e1fc");
break;
case VIEWCOLUMN_OF_TIMEDIMENSION:
ssb.trustedBackgroundColor("#f6e681");
ssb.trustedBackgroundColor("#CFC3F7");
break;
default:
break;