Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing background image on login page #5782

Closed
Dahfrenk opened this issue Feb 24, 2024 · 1 comment
Closed

Missing background image on login page #5782

Dahfrenk opened this issue Feb 24, 2024 · 1 comment

Comments

@Dahfrenk
Copy link

From what I can see, prior to October 3.6 this would be the css on the login page;

body.outer .layout>.layout-row>.layout-cell.theme-cell {
    background-color: #fef6eb;
    background-image: url(https:/domain.com/storage/app/uploads/public/654/11a/2e8/65411a2….jpg);
    background-position: left top;
    background-repeat: repeat;
    background-size: cover;
}
Scherm­afbeelding 2024-02-24 om 16 26 14

After October 3.6 the login page HTML structure of the login page seems to have changed.
Scherm­afbeelding 2024-02-24 om 16 32 23

The CSS is still inline in the head of the page but it is not correct anymore for the new html layout. Below in Dutch my general setup for the login page.
Scherm­afbeelding 2024-02-24 om 16 30 00

@daftspunk
Copy link
Member

Thanks for finding this!

The layout uses flexbox now instead of table layouts. Changing to body.outer .outer-theme-cell fixes it.

We'll get a patch out for this soon (v3.6.1).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants