mirror of
https://github.com/nextcloud/server.git
synced 2026-03-22 10:30:49 -04:00
[#18661] Always include custom login image in theming
Signed-off-by: Marius David Wieschollek <git.public@mdns.eu>
This commit is contained in:
parent
86bccde9c7
commit
bf94acfee7
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue