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:
authorMarius David Wieschollek <git.public@mdns.eu>2020-01-08 00:27:20 +0300
committerMarius David Wieschollek <git.public@mdns.eu>2020-01-08 00:27:20 +0300
commitbf94acfee79fd0166864d3dae148b67acae3fac7 (patch)
tree7a1503acc2e736918f82d4244ff131fe28204167 /apps/theming/css
parent86bccde9c7341a8925a5039bd05f0b10c01c0b3d (diff)
[#18661] Always include custom login image in theming
Signed-off-by: Marius David Wieschollek <git.public@mdns.eu>
Diffstat (limited to 'apps/theming/css')
-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) {