fix preloader
This commit is contained in:
parent
fb2df919e5
commit
23a058a2a8
@ -15,13 +15,13 @@ body {
|
|||||||
.theme-dark, .preloader {
|
.theme-dark, .preloader {
|
||||||
background-image: url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-noise.png"),
|
background-image: url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-noise.png"),
|
||||||
url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-light.png") !important;
|
url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-light.png") !important;
|
||||||
background-repeat: repeat, no-repeat;
|
background-repeat: repeat, no-repeat!important;
|
||||||
background-attachment: fixed, fixed;
|
background-attachment: fixed, fixed!important;
|
||||||
background-position: center center, center center;
|
background-position: center center, center center!important;
|
||||||
background-size: auto, cover;
|
background-size: auto, cover!important;
|
||||||
-webkit-background-size: auto, cover;
|
-webkit-background-size: auto, cover!important;
|
||||||
-moz-background-size: auto, cover;
|
-moz-background-size: auto, cover!important;
|
||||||
-o-background-size: auto, cover;
|
-o-background-size: auto, cover!important;
|
||||||
}
|
}
|
||||||
.page-header-canvas {
|
.page-header-canvas {
|
||||||
background: rgba(0, 0, 0, 0.25) !important;
|
background: rgba(0, 0, 0, 0.25) !important;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user