-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Change default login background to cloud image #34000
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
Conversation
szaimen
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great! :)
|
bottom line / "claim" is now barely readable |
3a6bd82 to
177b2b5
Compare
Signed-off-by: Carl Schwan <[email protected]>
177b2b5 to
9104222
Compare
| 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%))); |
There was a problem hiding this comment.
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%))); |
There was a problem hiding this comment.
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%; |
There was a problem hiding this comment.
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?
Fix #33968