Closed unclev closed 3 years ago
Hi there, if I remember correctly was decided that we will not introduce an option to toggle this. You can though enable it youself by installing the custom_css app and adding the following css code:
#header { background-color: var(--color-primary) !important; }
Thank you, @szaimen ! This custom CSS works for the standard theming settings.
When using Breeze Dark it differs:
#header { background-color: var(--color-background-darker) !important; }
This solves the issue.
If the Dashboard background image is light enough then the application icons are poorly distinguishable. Example:
It would be great having ability to set the app bar background at Dashboard according to the Nextcloud theme, eg.:
As a workaround I tried to create a Dashboard background image with dark bar at the top that extends to the app icon area, example with the Dark Breeze theme
This is not a solution as the area resizes with the browser window, and it also depends on the browser panel size at the top. E.g. - browser in the fullscreen mode: and not proportionally resized window
I'm using Nextcloud 20.0.12 docker image
nextcloud:20-fpm
.