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

View File

@@ -45,10 +45,10 @@
} }
.bg-login-image { .bg-login-image {
background-image: url('{{.StaticURL}}{{.Branding.LoginImagePath}}'); background: url('{{.StaticURL}}{{.Branding.LoginImagePath}}');
background-size: contain; background-size: contain;
background-repeat: no-repeat; background-repeat: no-repeat;
padding: 1em; background-position: center;
} }
.row.login-image { .row.login-image {