Added brackground color to confirm

git-svn-id: http://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/portlets/user/workspace-tree-widget@119762 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Francesco Mangiacrapa 2015-10-14 15:23:10 +00:00
parent 1b763d0978
commit 22bb892612
1 changed files with 1 additions and 0 deletions

View File

@ -106,6 +106,7 @@ public class DialogConfirm extends DialogBox implements ClickHandler {
HTML html = new HTML(message);
html.getElement().getStyle().setMarginLeft(5, Unit.PX);
hpMask.add(html);
dock.getElement().getStyle().setBackgroundColor("#CCCCCC");
vpContainer.add(hpMask);
}