diff --git a/src/main/java/org/gcube/portlets/user/tdwx/client/model/util/ColumnConfigGenerator.java b/src/main/java/org/gcube/portlets/user/tdwx/client/model/util/ColumnConfigGenerator.java index 7bd27eb..d7d1310 100644 --- a/src/main/java/org/gcube/portlets/user/tdwx/client/model/util/ColumnConfigGenerator.java +++ b/src/main/java/org/gcube/portlets/user/tdwx/client/model/util/ColumnConfigGenerator.java @@ -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;