]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fix theming preview for background image 4772/head
authorJulius Härtl <jus@bitgrid.net>
Tue, 9 May 2017 16:21:41 +0000 (18:21 +0200)
committerJulius Härtl <jus@bitgrid.net>
Tue, 9 May 2017 16:21:41 +0000 (18:21 +0200)
Signed-off-by: Julius Härtl <jus@bitgrid.net>
apps/theming/css/theming.scss

index 2a5a0e5cd467333d3e66a14cbd6c465d57602954..2d0afa2d298dcbf3734d5a71a832ddab2c08f7b1 100644 (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;
 }