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

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;
}