nextcloud / server

☁️ Nextcloud server, a safe home for all your data
https://nextcloud.com
GNU Affero General Public License v3.0
27.19k stars 4.04k forks source link

White icons on a white background. #35300

Open hboetes opened 1 year ago

hboetes commented 1 year ago

The white icons on the top row require a dark background or else they are hard to see/invisible. We have a few company wallpapers which look really great but have a few white spaces.

I know subtitles had the same problem and a technical solution was to add a dark edge around the letters, so as a workaround, I used the custom CSS extension and added the code below, which helps with some icons, but most are unaffected:

svg {
  filter: drop-shadow(3px 3px 3px rgb(0, 0, 0, 10));
}

image image

This is not a request for help, this is a request for a universal solution, one which works for everyone.

florianwgnr commented 1 year ago

This issue is even worse/can be seen as a bug on desktop or mobile when using the three dots to display other installed apps:

grafik

(Using Firefox 107)

X4LD1M0 commented 1 year ago

I can confirm that with 25.0.1 it still shows white icons on a light background. This makes it difficult to use with certain backgrounds: image

Even trying a solid colour, for example white, still shows white icons.

Or it should be dynamic, by using the background image colours, or able to set through the imaging app. Preferable would be dynamic, since if users are able to set their own background it would require to fit with the colour of that background.

Ziginox commented 1 year ago

Tossing my vote in for this one. If you have an image that is at all light, the top row of icons becomes nearly invisible. I'm not sure what the best option would be for fixing this. Perhaps giving the admin/user an option to add a drop shadow or to change the color of the icons would work. image

xylo commented 1 year ago

Same with NC 25.0.4: grafik