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

Dashboard Option to change icon or header background color #26873

Closed
schlagmichdoch opened this issue May 4, 2021 · 3 comments
Closed

Dashboard Option to change icon or header background color #26873

schlagmichdoch opened this issue May 4, 2021 · 3 comments
Labels
0. Needs triage Pending check for reproducibility or if it fits our roadmap design Design, UI, UX, etc. enhancement feature: dashboard Nice to have

Comments

@schlagmichdoch
Copy link

When Using a Picture with white parts, the transparent header makes icons appear transparent.
A Option to change the icon color or header background color would be great.

@solracsf solracsf added 0. Needs triage Pending check for reproducibility or if it fits our roadmap design Design, UI, UX, etc. enhancement labels May 4, 2021
@artonge
Copy link
Contributor

artonge commented May 11, 2021

Hi,

Unfortunately the described feature is not really high on our priority list. But this doesn't mean that we don't like the idea or that we are against this feature per se. Quite the opposite! slightly_smiling_face

There are many way to get new features in Nextcloud:

  1. The easiest and most straight forward way (especially here at Github): pull request.
    Nextcloud is completely Free Software, this means that everyone is welcome to join and to contribute. If you or anyone else want to work on this feature, this would be great! We appreciate every pull request, and we are definitely able to help in case of questions, reviews, etc.

  2. Another option is creating a bounty at Bountysource, although just putting money on an issue doesn't guarantee that someone picks it up (in time). But in general it is a nice way to support the huge Nextcloud community. In case of a Nextcloud GmbH employee picks up the bounty we will give it back to the community by putting the money back on other bounties to make sure all bounties benefit the Nextcloud community.

  3. We have a category for Freelancers in our form. Another option would be to post an offer there and try to find a freelancer who want to work on it.

  4. The most direct way for a company or organization to get the issue addressed is to get a Enterprise Subscription. This includes everything to enable you to run Nextcloud in a productive environment with guaranteed SLA's and more. The Enterprise Subscription also includes optional professional services such as custom development. Feel free to reach out to us. We are happy to explore the possibilities how to make Nextcloud fit your needs.

@pieter-groeneweg
Copy link

pieter-groeneweg commented Jul 13, 2021

@artonge
"nice to have" is not the same as "oops, didn't think of that".

/#header css was added by the devs of the dashboard. the ribbon is supposed to show when fully scrolling down?
At least that happens when I have a smaller than monitor window in my browser (FF, Chrome) But only if the widgets are bigger than the available space. On a maxified browser window nothing happens. Bug?

Take out all #header styles from the css and the ribbon is respected as set in the theme settings.
That is the way it is expected by the admins.
Since it probably will come back with an update, I am sorry to say, I now am left with disabling the dashboard since your "theme design addition" breaks mine.

The issue is already acknowledged for version 21 (#22864) But it would be nice and welcome to take the #header stylings out for current 20 which is stil an active version.

@quentinDupont
Copy link

Hello !
@schlagmichdoch I had the same issue.
I installed https://apps.nextcloud.com/apps/theming_customcss and add in Custom CSS (admin panel > theming) :

#header[role="banner"]{
background-color: var(--color-primary-element)!important;
}

The only problem with this workaround is that I didn't suceed to have a different css betweend Dashboard and the rest of Nextcloud

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0. Needs triage Pending check for reproducibility or if it fits our roadmap design Design, UI, UX, etc. enhancement feature: dashboard Nice to have
Projects
None yet
Development

No branches or pull requests

6 participants