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:54:52 +02:00
parent 1508fc9253
commit 991739d47a
+2 -2
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 {