1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-07-15 00:57:32 +02:00

Organizr-base error page fix

This commit is contained in:
Marius 2021-08-27 16:50:50 +02:00
parent f8c1aa00cf
commit 009a7b7035

View File

@ -2212,7 +2212,14 @@ fieldset[disabled] .form-control {
.error-page {
width: 100%;
background: #1b1a1a;
background: var(--main-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;
height: 100%;
position: fixed;
display: none;