removed background color

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

View File

@ -106,7 +106,6 @@ 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);
}