@emailmaker/filemanager 0.10.35 → 0.10.36

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/file-manager.css CHANGED
@@ -629,6 +629,20 @@
629
629
  .em-filemanager .closeIcon {
630
630
  color: rgba(0, 0, 0, 0.45) !important;
631
631
  }
632
+
633
+ .em-filemanager .modalContentWithLoader {
634
+ position: relative;
635
+ }
636
+
637
+ .em-filemanager .modalLoaderOverlay {
638
+ position: absolute;
639
+ inset: 0;
640
+ display: flex;
641
+ align-items: center;
642
+ justify-content: center;
643
+ background-color: rgba(255, 255, 255, 0.6);
644
+ z-index: 1000;
645
+ }
632
646
  @charset "UTF-8";
633
647
 
634
648
  .em-filemanager .button:hover {