Browse Source

org modal fix

pull/276/head
GilbN 3 years ago
parent
commit
9a6a236733
  1. 3
      CSS/themes/organizr/organizr-base.css

3
CSS/themes/organizr/organizr-base.css

@ -1579,7 +1579,8 @@ a:hover,
box-shadow: none !important; box-shadow: none !important;
} }
.swal-overlay--show-modal .swal-modal { .swal-overlay--show-modal .swal-modal:not(.swal-modal.orgAlertTransparent),
body > div.swal-overlay.swal-overlay--show-modal > div > div > div > div > div.panel-heading {
background: var(--main-bg-color); background: var(--main-bg-color);
background-repeat: repeat, no-repeat; background-repeat: repeat, no-repeat;
background-attachment: fixed, fixed; background-attachment: fixed, fixed;

Loading…
Cancel
Save