remove desert background image on page, handle it from cache in login

screen
This commit is contained in:
Julien Fastré 2019-10-23 12:39:54 +02:00
parent 5027228a20
commit 517ea1de31
3 changed files with 3 additions and 3 deletions

View File

@ -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;

View File

@ -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;

View File

@ -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;