Skip to content

Conversation

@CarlSchwan
Copy link
Member

@CarlSchwan CarlSchwan commented Sep 9, 2022

image

Fix #33968

@CarlSchwan CarlSchwan self-assigned this Sep 9, 2022
@CarlSchwan CarlSchwan requested review from PVince81, Pytal and artonge and removed request for a team September 9, 2022 14:14
@CarlSchwan CarlSchwan added the 3. to review Waiting for reviews label Sep 9, 2022
@CarlSchwan CarlSchwan added this to the Nextcloud 25 milestone Sep 9, 2022
@CarlSchwan CarlSchwan requested a review from szaimen September 9, 2022 14:16
Copy link
Contributor

@szaimen szaimen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great! :)

@AndyScherzinger
Copy link
Member

bottom line / "claim" is now barely readable

@CarlSchwan CarlSchwan force-pushed the change-default-login-background branch from 3a6bd82 to 177b2b5 Compare September 9, 2022 14:21
@CarlSchwan CarlSchwan force-pushed the change-default-login-background branch from 177b2b5 to 9104222 Compare September 9, 2022 14:24
@blizzz blizzz mentioned this pull request Sep 9, 2022
@CarlSchwan CarlSchwan mentioned this pull request Sep 9, 2022
2 tasks
@AndyScherzinger AndyScherzinger added 4. to release Ready to be released and/or waiting for tests to finish and removed 3. to review Waiting for reviews labels Sep 9, 2022
@AndyScherzinger AndyScherzinger merged commit ae1ffee into master Sep 9, 2022
@AndyScherzinger AndyScherzinger deleted the change-default-login-background branch September 9, 2022 14:56
cursor: pointer;
background-color: var(--color-primary);
background-image: var(--image-background, var(--image-background-plain, url('../../../core/img/background.svg'), linear-gradient(40deg, #0082c9 0%, #30b6ff 100%)));
background-image: var(--image-background, var(--image-background-plain, url('../../../core/img/app-background.jpg'), linear-gradient(40deg, #0082c9 0%, #30b6ff 100%)));
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great, and additionally the fallback could be changed from the linear-gradient to the plain color #0082c9 (our primary)? @CarlSchwan

background-repeat: repeat;
background-size: var(--image-background-size, 275px, contain);
background-attachment: fixed; /* fix background gradient */
background-image: var(--image-background, var(--image-background-plain, url('../../../core/img/app-background.jpg'), linear-gradient(40deg, #0082c9 0%, #30b6ff 100%)));
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here

text-align: center;
background-color: var(--color-primary);
background-image: var(--image-background, var(--image-background-plain, url('../../../core/img/background.svg'), linear-gradient(40deg, #0082c9 0%, #30b6ff 100%)));
background-position: 50% 50%;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The background-position: center center; should stay though so it’s exactly like when logged in?

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

Labels

4. to release Ready to be released and/or waiting for tests to finish

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Login page default background needs to switch from the "icons" background to the "clouds" background

5 participants