WebUIs: update the css to hide the theme hard coded background image
Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
parent
1508fc9253
commit
991739d47a
1 changed files with 2 additions and 2 deletions
|
@ -45,10 +45,10 @@
|
|||
}
|
||||
|
||||
.bg-login-image {
|
||||
background-image: url('{{.StaticURL}}{{.Branding.LoginImagePath}}');
|
||||
background: url('{{.StaticURL}}{{.Branding.LoginImagePath}}');
|
||||
background-size: contain;
|
||||
background-repeat: no-repeat;
|
||||
padding: 1em;
|
||||
background-position: center;
|
||||
}
|
||||
|
||||
.row.login-image {
|
||||
|
|
Loading…
Reference in a new issue