summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2017-05-09 18:21:41 +0200
committerJulius Härtl <jus@bitgrid.net>2017-05-09 18:21:41 +0200
commitfb204de7f6d402f1bb1684d2e9f6f55ec8a7a826 (patch)
tree67fe777b6b48e2d178d807be14270655c4c9bceb /apps
parentb9bcc819bdad551000981200d7d8d72f5df70778 (diff)
downloadnextcloud-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.scss3
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;
}