mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-07-03 07:26:12 +00:00
remove desert background image on page, handle it from cache in login
screen
This commit is contained in:
parent
5027228a20
commit
517ea1de31
@ -79,4 +79,4 @@ Version 1.5.13
|
|||||||
==============
|
==============
|
||||||
|
|
||||||
- allow to customize logo on login screen and main layout ;
|
- allow to customize logo on login screen and main layout ;
|
||||||
|
- remove desert background image on page, handle it from cache in login screen;
|
||||||
|
@ -28,7 +28,7 @@ body {
|
|||||||
right: 0;
|
right: 0;
|
||||||
top: 0;
|
top: 0;
|
||||||
z-index: -1;
|
z-index: -1;
|
||||||
background-image: url('./../../img/background/desert.jpg');
|
background-image: url('./desert.jpg');
|
||||||
background-attachment: fixed;
|
background-attachment: fixed;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
|
@ -38,7 +38,7 @@ header {
|
|||||||
right: 0;
|
right: 0;
|
||||||
top: 0;
|
top: 0;
|
||||||
z-index: -1;
|
z-index: -1;
|
||||||
background-image: url('./../../img/background/desert.jpg');
|
//background-image: url('./../../img/background/desert.jpg');
|
||||||
background-attachment: fixed;
|
background-attachment: fixed;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user