task_20210 #1

Closed
francesco.mangiacrapa wants to merge 11 commits from task_20210 into master
1 changed files with 1 additions and 0 deletions
Showing only changes of commit ba9a0e92f0 - Show all commits

View File

@ -205,6 +205,7 @@ public class MetadataFormCard {
if(bool) {
tab.setIcon(IconType.OK_SIGN);
tab.asWidget().getElement().removeClassName("red-text");
tab.asWidget().getElement().addClassName("green-text");
}
else {
tab.setIcon(IconType.MINUS_SIGN);