summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2017-05-10 00:31:55 +0200
committerGitHub <noreply@github.com>2017-05-10 00:31:55 +0200
commitec69980154c25fb48e76ffec621f449ec52d6db5 (patch)
tree78177a5f0adba4723793d3bed6bce881d3097b93 /apps
parent6a4734d78efed86e5aa134cae980aa7e79e9d48f (diff)
parentfb204de7f6d402f1bb1684d2e9f6f55ec8a7a826 (diff)
downloadnextcloud-server-ec69980154c25fb48e76ffec621f449ec52d6db5.tar.gz
nextcloud-server-ec69980154c25fb48e76ffec621f449ec52d6db5.zip
Merge pull request #4772 from nextcloud/fix-theming-background-preview
Fix theming preview for background image
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;
}