-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Fix background in login page #33539
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
Fix background in login page #33539
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -24,7 +24,7 @@ body { | |
| color: var(--color-primary-text); | ||
| 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-image: var(--image-background, url('../img/background.png')), var(--gradient-primary-background);; | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. You're removing features here.
With your changes, I cannot remove the background image anymore
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
| background-position: 50% 50%; | ||
| background-repeat: repeat; | ||
| background-size: var(--image-background-size, 275px, contain); | ||
|
|
||
Large diffs are not rendered by default.

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.
Sorry, but no.
This is a weird feature. If I select my own image as a login, I do not want this weird overlay containing apps icons