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

Hard to read text in header #62

Closed
krejcar25 opened this issue Jun 8, 2020 · 2 comments
Closed

Hard to read text in header #62

krejcar25 opened this issue Jun 8, 2020 · 2 comments

Comments

@krejcar25
Copy link

With some images the labels of apps in header are hard to read as the text is transparent a little. It might help to put some kind of darkish transparent-ish background to them if the header images are enabled.

Screenshot 2020-06-08 at 7 40 58 PM
vs.
Screenshot 2020-06-08 at 7 48 07 PM

I just added background: rgba(50, 50, 50, 0.7); to the ul#appmenu, which holds the buttons and it doesn't look too bad I think.

@tamburra
Copy link

tamburra commented Jan 24, 2021

Nextcloud has there own gradient that shows up when you scroll 70px down the screen. You can change this value to 0px instead to always keep the gradient.

Add to /apps/unsplash/css/dashboard.css

#header::before {
    margin-top: 0px !important;
}

Screen Shot 2021-01-23 at 9 55 24 PM

@newhinton
Copy link
Contributor

newhinton commented May 1, 2022

This is not really fixable. Since we cant control the image, we often get such artifacts. I am closing this for now, but if i find a solution to that i will implement it. If someone knows css-magic that can change a color based on its background, please comment!

If you want to always show a backgroundgradient or something else, you should use the custom-css app. Sorry!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants