Skip to content

Change default login background to cloud image - #34000

Merged
AndyScherzinger merged 1 commit into
masterfrom
change-default-login-background
Sep 9, 2022
Merged

Change default login background to cloud image#34000
AndyScherzinger merged 1 commit into
masterfrom
change-default-login-background

Conversation

@CarlSchwan

@CarlSchwanCarlSchwan commented Sep 9, 2022

Copy link
Copy Markdown
Member

@CarlSchwanCarlSchwan self-assigned this Sep 9, 2022
@CarlSchwan
CarlSchwan requested review from PVince81, Pytal and artonge and removed request for a teamSeptember 9, 2022 14:14
@CarlSchwanCarlSchwan added the 3. to review Waiting for reviews label Sep 9, 2022
@CarlSchwanCarlSchwan added this to the Nextcloud 25 milestone Sep 9, 2022

@szaimenszaimen left a comment

Copy link
Copy Markdown
Contributor

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
Copy Markdown
Member

bottom line / "claim" is now barely readable

@CarlSchwan
CarlSchwanforce-pushed the change-default-login-background branch from 3a6bd82 to 177b2b5CompareSeptember 9, 2022 14:21
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
@CarlSchwan
CarlSchwanforce-pushed the change-default-login-background branch from 177b2b5 to 9104222CompareSeptember 9, 2022 14:24
@blizzzblizzz mentioned this pull request Sep 9, 2022
@CarlSchwanCarlSchwan mentioned this pull request Sep 9, 2022
2 tasks
@AndyScherzingerAndyScherzinger 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 masterSep 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
Copy Markdown
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

Comment threadcore/css/guest.css
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
Copy Markdown
Member

Choose a reason for hiding this comment

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

Same here

Comment threadcore/css/guest.css
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
Copy Markdown
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 freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

4. to releaseReady 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

4 participants

@CarlSchwan@AndyScherzinger@jancborchardt@szaimen