mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Merge pull request #6242 from open-sausages/pulls/4.0/fix-overlay
BUG Fix missing loading overlay
This commit is contained in:
commit
1622ed8f69
3
admin/client/dist/styles/bundle.css
vendored
3
admin/client/dist/styles/bundle.css
vendored
@ -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{
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user