diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2017-05-10 00:31:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-10 00:31:55 +0200 |
commit | ec69980154c25fb48e76ffec621f449ec52d6db5 (patch) | |
tree | 78177a5f0adba4723793d3bed6bce881d3097b93 /apps | |
parent | 6a4734d78efed86e5aa134cae980aa7e79e9d48f (diff) | |
parent | fb204de7f6d402f1bb1684d2e9f6f55ec8a7a826 (diff) | |
download | nextcloud-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.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; } |