Remove to restrict check for background image/color
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
560c0ef783
commit
c521791653
1 changed files with 5 additions and 7 deletions
|
@ -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 a new issue