Remove to restrict check for background image/color
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
d3d0d9e11d
commit
80842e1611
|
@ -101,13 +101,11 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@if variable_exists('theming-background-mime') and $theming-background-mime != '' {
|
#body-login,
|
||||||
#body-login,
|
#firstrunwizard .firstrunwizard-header,
|
||||||
#firstrunwizard .firstrunwizard-header,
|
#theming-preview {
|
||||||
#theming-preview {
|
background-image: url(#{$image-login-background});
|
||||||
background-image: url(#{$image-login-background});
|
background-color: $color-primary;
|
||||||
background-color: $color-primary;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
input.primary,
|
input.primary,
|
||||||
|
|
Loading…
Reference in New Issue