Skip to content

Commit ec69980

Browse files
authored
Merge pull request #4772 from nextcloud/fix-theming-background-preview
Fix theming preview for background image
2 parents 6a4734d + fb204de commit ec69980

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

apps/theming/css/theming.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@
4949
}
5050

5151
#body-login,
52-
#firstrunwizard .firstrunwizard-header {
52+
#firstrunwizard .firstrunwizard-header,
53+
#theming-preview {
5354
background-image: url(#{$image-login-background});
5455
background-color: $color-primary;
5556
}

0 commit comments

Comments
 (0)