Merge pull request #8675 from nextcloud/stable13-8601
[13] Remove too restrict check for background image/color
This commit is contained in:
commit
f4aae102f7
|
@ -101,13 +101,11 @@
|
|||
}
|
||||
}
|
||||
|
||||
@if variable_exists('theming-background-mime') and $theming-background-mime != '' {
|
||||
#body-login,
|
||||
#firstrunwizard .firstrunwizard-header,
|
||||
#theming-preview {
|
||||
background-image: url(#{$image-login-background});
|
||||
background-color: $color-primary;
|
||||
}
|
||||
#body-login,
|
||||
#firstrunwizard .firstrunwizard-header,
|
||||
#theming-preview {
|
||||
background-image: url(#{$image-login-background});
|
||||
background-color: $color-primary;
|
||||
}
|
||||
|
||||
input.primary,
|
||||
|
|
Loading…
Reference in New Issue