mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 15:54:03 +02:00
Login: Use static background image
This commit is contained in:
parent
44430a3901
commit
4ae71ae1dc
@ -5,10 +5,11 @@
|
|||||||
#login {
|
#login {
|
||||||
|
|
||||||
height: 100%;
|
height: 100%;
|
||||||
background-color: @icinga-secondary;
|
background-color: @menu-bg-color;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: center center;
|
background-position: center center;
|
||||||
//background-image: url(../img/icingaweb2-background.jpg);
|
background-image: url(../img/icingaweb2-background-orbs.jpg);
|
||||||
|
|
||||||
// fallback ie 9
|
// fallback ie 9
|
||||||
background-size: 100% 100%;
|
background-size: 100% 100%;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
@ -24,7 +25,7 @@
|
|||||||
|
|
||||||
.login-form {
|
.login-form {
|
||||||
position: relative;
|
position: relative;
|
||||||
background: @menu-bg-color;
|
background: @body-bg-color;
|
||||||
min-width: 288px;
|
min-width: 288px;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
width: 33%;
|
width: 33%;
|
||||||
|
BIN
public/img/icingaweb2-background-orbs.jpg
Normal file
BIN
public/img/icingaweb2-background-orbs.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 16 KiB |
Loading…
x
Reference in New Issue
Block a user