Login: Use static background image

This commit is contained in:
Florian Strohmaier 2020-10-19 15:48:49 +02:00 committed by Johannes Meyer
parent 44430a3901
commit 4ae71ae1dc
2 changed files with 4 additions and 3 deletions

View File

@ -5,10 +5,11 @@
#login {
height: 100%;
background-color: @icinga-secondary;
background-color: @menu-bg-color;
background-repeat: no-repeat;
background-position: center center;
//background-image: url(../img/icingaweb2-background.jpg);
background-image: url(../img/icingaweb2-background-orbs.jpg);
// fallback ie 9
background-size: 100% 100%;
background-size: cover;
@ -24,7 +25,7 @@
.login-form {
position: relative;
background: @menu-bg-color;
background: @body-bg-color;
min-width: 288px;
height: 100%;
width: 33%;

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB