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

fix: Allow passing css var to change Collabora logo color #3840

Merged
merged 2 commits into from
Jul 30, 2024

Conversation

elzody
Copy link
Contributor

@elzody elzody commented Jul 27, 2024

  • Target version: main

Summary

Allows a user to set custom css values for the logo background color and logo visibility in Collabora.

Example:

:root {
  /* change the background color of the logo */
  --nc-logo-background: cyan;

  /* or hide the logo completely */
  --nc-logo-display: none;
}

Checklist

  • Code is properly formatted
  • Sign-off message is added to all commits
  • Documentation (manuals or wiki) has been updated or is not required

Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
@elzody elzody self-assigned this Jul 27, 2024
@elzody elzody added 2. developing Work in progress javascript Pull requests that update Javascript code labels Jul 27, 2024
Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
@elzody elzody requested a review from juliushaertl July 29, 2024 15:24
@elzody elzody marked this pull request as ready for review July 29, 2024 15:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2. developing Work in progress javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants