Merge pull request #8675 from nextcloud/stable13-8601

[13] Remove too restrict check for background image/color
This commit is contained in:
Roeland Jago Douma 2018-03-06 09:46:52 +01:00 committed by GitHub
commit f4aae102f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 7 deletions

View File

@ -101,13 +101,11 @@
} }
} }
@if variable_exists('theming-background-mime') and $theming-background-mime != '' { #body-login,
#body-login, #firstrunwizard .firstrunwizard-header,
#firstrunwizard .firstrunwizard-header, #theming-preview {
#theming-preview { background-image: url(#{$image-login-background});
background-image: url(#{$image-login-background}); background-color: $color-primary;
background-color: $color-primary;
}
} }
input.primary, input.primary,