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