Browse Source

Merge pull request #8601 from nextcloud/theming-fix-background-color

Remove too restrict check for background image/color
tags/v14.0.0beta1
Morris Jobke 6 years ago
parent
commit
3ced2c7ab2
No account linked to committer's email address
1 changed files with 5 additions and 7 deletions
  1. 5
    7
      apps/theming/css/theming.scss

+ 5
- 7
apps/theming/css/theming.scss View File

@@ -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…
Cancel
Save