From 49e58c5e2320348e29f8fd47641c91527bb0a9a0 Mon Sep 17 00:00:00 2001 From: Francesco Mangiacrapa Date: Tue, 4 Feb 2014 09:55:29 +0000 Subject: [PATCH] updated newtheme.css git-svn-id: http://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/portlets/user/workspace@90864 82a268e6-3cf1-43bd-a215-b396298e98cf --- src/main/webapp/newtheme.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/main/webapp/newtheme.css b/src/main/webapp/newtheme.css index 49c2a57..0cbfd97 100644 --- a/src/main/webapp/newtheme.css +++ b/src/main/webapp/newtheme.css @@ -47,4 +47,13 @@ .x-btn button { color: #226599; +} + +.ext-el-mask-msg { + -webkit-border-radius: 5px; + -moz-border-radius: 5px; + border-radius: 5px; + border-width: 2px; + background-color: #FFF; + background-image: none; } \ No newline at end of file