Skip to content

Commit

Permalink
organizr-base new modal fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
GilbN committed Aug 27, 2021
1 parent 3bba454 commit f8c1aa0
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion CSS/themes/organizr/organizr-base.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,18 @@
-o-background-size: auto, cover !important;
}

[id*="homepage-"] > fieldset > div > div.panel-wrapper.collapse.in > div > div,
[id$="-settings-items"] > div {
background: var(--modal-bg-color);
background-repeat: repeat, no-repeat !important;
background-attachment: fixed, fixed !important;
background-position: center center, center center !important;
background-size: auto, cover !important;
-webkit-background-size: auto, cover !important;
-moz-background-size: auto, cover !important;
-o-background-size: auto, cover !important;
}

.panel-footer {
background: var(--modal-footer-color) !important;
background-repeat: repeat, no-repeat !important;
Expand Down Expand Up @@ -195,7 +207,7 @@ h6 {
-o-background-size: auto, cover;
}

.panel-body:not(.unifiCards .panel-body) {
.panel-body:not(.unifiCards .panel-body):not(body > div.swal-overlay.swal-overlay--show-modal > div > div > div > div.panel-wrapper.collapse.in > div) {
background: var(--modal-bg-color);
background-repeat: repeat, no-repeat;
background-attachment: fixed, fixed;
Expand Down

0 comments on commit f8c1aa0

Please sign in to comment.