From fb204de7f6d402f1bb1684d2e9f6f55ec8a7a826 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Tue, 9 May 2017 18:21:41 +0200 Subject: [PATCH] Fix theming preview for background image MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- apps/theming/css/theming.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/theming/css/theming.scss b/apps/theming/css/theming.scss index 2a5a0e5cd4..2d0afa2d29 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; }