From f9e31d67b44e2d1881924c57d01becfbfab48d65 Mon Sep 17 00:00:00 2001 From: Massimiliano Assante Date: Fri, 14 Feb 2014 15:07:43 +0000 Subject: [PATCH] updated theme for loading git-svn-id: http://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/portlets/user/workspace@91625 82a268e6-3cf1-43bd-a215-b396298e98cf --- src/main/webapp/newtheme.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/main/webapp/newtheme.css b/src/main/webapp/newtheme.css index 0cbfd97..952176a 100644 --- a/src/main/webapp/newtheme.css +++ b/src/main/webapp/newtheme.css @@ -49,6 +49,7 @@ color: #226599; } + .ext-el-mask-msg { -webkit-border-radius: 5px; -moz-border-radius: 5px; @@ -56,4 +57,9 @@ border-width: 2px; background-color: #FFF; background-image: none; -} \ No newline at end of file +} + +.ext-el-mask-msg div { + border-color: transparent; + background-color: transparent; +}