added stylesheet

This commit is contained in:
francescomangiacrapa 2020-11-06 12:09:04 +01:00
parent 25abea9473
commit ba9a0e92f0
1 changed files with 1 additions and 0 deletions

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