CC-6090 - restyle editor processing divs
This commit is contained in:
parent
bc4822d8e4
commit
88a9594aca
|
@ -970,12 +970,15 @@ dl.inline-list dd {
|
|||
z-index: 1;
|
||||
pointer-events: none;
|
||||
}
|
||||
.dataTables_processing {
|
||||
.dataTables_processing, .block-overlay {
|
||||
opacity: 1 !important;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background: url("img/loading.gif") no-repeat 50% 50% rgba(0, 0, 0, .25);
|
||||
}
|
||||
div.blockOverlay {
|
||||
background: url("img/loading.gif") no-repeat 50% 50% rgba(0, 0, 0, .45);
|
||||
}
|
||||
#library_display_wrapper .ui-widget-header:first-child {
|
||||
background:none;
|
||||
border-width:0 0 1px 0;
|
||||
|
|
|
@ -561,8 +561,11 @@ function removeButtonCheck() {
|
|||
}
|
||||
|
||||
function enableLoadingIcon() {
|
||||
// Disable the default overlay style
|
||||
$.blockUI.defaults.overlayCSS = {};
|
||||
$(".side_playlist.active-tab").block({
|
||||
message: $.i18n._("Processing..."),
|
||||
//message: $.i18n._("Processing..."),
|
||||
message: $.i18n._(""),
|
||||
theme: true,
|
||||
allowBodyStretch: true,
|
||||
applyPlatformOpacityRules: false
|
||||
|
|
Loading…
Reference in New Issue