Allow using a custom login background that can be selected through the theming app before applying the theme.
Could we replace this in core/css/core/_server.scss:
background-image: none !important;
With this:
background-image: url(/index.php/apps/theming/loginbackground) !important;
Allow using a custom login background that can be selected through the theming app before applying the theme.
Could we replace this in core/css/core/_server.scss:
background-image: none !important;With this:
background-image: url(/index.php/apps/theming/loginbackground) !important;