diff options
author | Julius Härtl <jus@bitgrid.net> | 2017-05-09 18:21:41 +0200 |
---|---|---|
committer | Julius Härtl <jus@bitgrid.net> | 2017-05-09 18:21:41 +0200 |
commit | fb204de7f6d402f1bb1684d2e9f6f55ec8a7a826 (patch) | |
tree | 67fe777b6b48e2d178d807be14270655c4c9bceb /apps | |
parent | b9bcc819bdad551000981200d7d8d72f5df70778 (diff) | |
download | nextcloud-server-fb204de7f6d402f1bb1684d2e9f6f55ec8a7a826.tar.gz nextcloud-server-fb204de7f6d402f1bb1684d2e9f6f55ec8a7a826.zip |
Fix theming preview for background image
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'apps')
-rw-r--r-- | apps/theming/css/theming.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/theming/css/theming.scss b/apps/theming/css/theming.scss index 2a5a0e5cd46..2d0afa2d298 100644 --- a/apps/theming/css/theming.scss +++ b/apps/theming/css/theming.scss @@ -49,7 +49,8 @@ } #body-login, -#firstrunwizard .firstrunwizard-header { +#firstrunwizard .firstrunwizard-header, +#theming-preview { background-image: url(#{$image-login-background}); background-color: $color-primary; } |