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
This commit is contained in:
Massimiliano Assante 2014-02-14 15:07:43 +00:00
parent 00f1b476e9
commit f9e31d67b4
1 changed files with 7 additions and 1 deletions

View File

@ -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;
}
}
.ext-el-mask-msg div {
border-color: transparent;
background-color: transparent;
}