BUG Fix missing loading overlay

Fixes #6163
This commit is contained in:
Damian Mooyman 2016-10-27 12:09:17 +13:00
parent 5347d660a0
commit 02bac8c4bc
No known key found for this signature in database
GPG Key ID: 78B823A10DE27D1A
2 changed files with 0 additions and 6 deletions

View File

@ -10647,9 +10647,6 @@ form.member-profile-form #Permissions .optionset li{
.cms .ui-widget-overlay-light{
background:#aaa url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAABkCAYAAAD0ZHJ6AAAAe0lEQVRoge3OMQHAIBAAMcC/kjdZJHTI0A4XBdkz86wfO18H3hRUBVVBVVAVVAVVQVVQFVQFVUFVUBVUBVVBVVAVVAVVQVVQFVQFVUFVUBVUBVVBVVAVVAVVQVVQFVQFVUFVUBVUBVVBVVAVVAVVQVVQFVQFVUFVUBVUF8O8A8WdY6opAAAAAElFTkSuQmCC) 50% 50% repeat-x;
opacity:.3;
position:absolute;
z-index:2;
display:none;
}
.cms .ui-widget-overlay{

View File

@ -1600,9 +1600,6 @@ form.member-profile-form {
.cms .ui-widget-overlay-light {
background: #aaaaaa url(../../../thirdparty/jquery-ui-themes/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
opacity: 0.3;
position: absolute;
z-index: 2;
display: none;
}
// Adjusting the color of the background overlay to be darker for pop-up dialogs (created by jQuery-UI)