Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoeland Jago Douma <rullzer@users.noreply.github.com>2020-01-08 21:38:40 +0300
committerGitHub <noreply@github.com>2020-01-08 21:38:40 +0300
commit36b5bb583ac104c43f54cfe9e049baa7e80b9daa (patch)
tree437e1df996f0d9e0d6b801305b8418fa56a4d6ab
parente046ed3527dbafd1772a68b4996c5f797cc301e1 (diff)
parentbf94acfee79fd0166864d3dae148b67acae3fac7 (diff)
Merge pull request #18726 from marius-wieschollek/bugfix/18661
[#18661] Always include custom login image in theming
-rw-r--r--apps/theming/css/theming.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/theming/css/theming.scss b/apps/theming/css/theming.scss
index 3b2b6ee7ae5..0e9b922b277 100644
--- a/apps/theming/css/theming.scss
+++ b/apps/theming/css/theming.scss
@@ -12,7 +12,7 @@
}
@mixin faded-background-image {
- @if ($color-primary == #0082C9) {
+ @if ($color-primary == #0082C9) or ($has-custom-background == true) {
background-image: $image-login-background, linear-gradient(40deg, $color-primary 0%, lighten($color-primary, 20%) 100%);
@if($has-custom-background == true) {