Merge pull request #6242 from open-sausages/pulls/4.0/fix-overlay

BUG Fix missing loading overlay
This commit is contained in:
Damian Mooyman 2016-10-31 15:25:11 +13:00 committed by GitHub
commit 1622ed8f69
2 changed files with 0 additions and 6 deletions

View File

@ -10658,9 +10658,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

@ -1603,9 +1603,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)