1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-10-26 23:02:54 +02:00

organizr - healthchecks plugin modal bg fix

This commit is contained in:
GilbN 2022-01-20 22:13:14 +01:00
parent aac111fc25
commit 3577d62e74

View File

@ -61,6 +61,17 @@
color: var(--text);
}
#HEALTHCHECKS-settings-items [id*="Services"] .row.m-b-40 {
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;
}
.h1,
.h2,
.h3,