1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-09-11 19:32:24 +02:00

fix: 🐛 Organizr: plugin modal

Fixed plugins modal header bg
This commit is contained in:
GilbN 2022-03-08 20:55:45 +01:00
parent 24accb35ce
commit b1028d547a

View File

@ -2512,4 +2512,15 @@ span.select2-results {
}
#account-area > div > div > div > div > div.panel-wrapper.collapse.in.main-email-panel > div > div > div > div > div {
background: transparent;
}
[id$="-settings-page"] .panel {
background: var(--modal-bg-color);
background-repeat: repeat, no-repeat;
background-attachment: fixed, fixed;
background-position: center center, center center;
background-size: auto, cover;
-webkit-background-size: auto, cover;
-moz-background-size: auto, cover;
-o-background-size: auto, cover;
}