mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-06 22:30:56 +03:00
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:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user