diff options
-rw-r--r-- | apps/theming/css/theming.scss | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/apps/theming/css/theming.scss b/apps/theming/css/theming.scss index 623aad063f1..3bb26a14814 100644 --- a/apps/theming/css/theming.scss +++ b/apps/theming/css/theming.scss @@ -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, |