Merge pull request #4772 from nextcloud/fix-theming-background-preview

Fix theming preview for background image
This commit is contained in:
Lukas Reschke 2017-05-10 00:31:55 +02:00 committed by GitHub
commit ec69980154
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;
}