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:
Nicola Murino 2023-09-08 18:07:23 +02:00
parent 5ef0a2ed4b
commit 1cbaa7c77b
No known key found for this signature in database
GPG key ID: 935D2952DEC4EECF

View file

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