Fix theming preview for background image

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl 2017-05-09 18:21:41 +02:00
parent b9bcc819bd
commit fb204de7f6
No known key found for this signature in database
GPG Key ID: 4C614C6ED2CDE6DF
1 changed files with 2 additions and 1 deletions

View File

@ -49,7 +49,8 @@
}
#body-login,
#firstrunwizard .firstrunwizard-header {
#firstrunwizard .firstrunwizard-header,
#theming-preview {
background-image: url(#{$image-login-background});
background-color: $color-primary;
}