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; +}