Skip to content

Commit

Permalink
Merge pull request #4772 from nextcloud/fix-theming-background-preview
Browse files Browse the repository at this point in the history
Fix theming preview for background image
  • Loading branch information
LukasReschke authored May 9, 2017
2 parents 6a4734d + fb204de commit ec69980
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/theming/css/theming.scss
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@
}

#body-login,
#firstrunwizard .firstrunwizard-header {
#firstrunwizard .firstrunwizard-header,
#theming-preview {
background-image: url(#{$image-login-background});
background-color: $color-primary;
}
Expand Down

0 comments on commit ec69980

Please sign in to comment.