{
"system": {
"instanceid": "occ3bgzu13dp",
"passwordsalt": "***REMOVED SENSITIVE VALUE***",
"secret": "***REMOVED SENSITIVE VALUE***",
"trusted_domains": [
"cloud.wijman.net"
],
"forwarded_for_headers": [
"HTTP_X_FORWARDED",
"HTTP_FORWARDED_FOR",
"X-Forwarded-For"
],
"datadirectory": "\/media\/nextcloud",
"overwrite.cli.url": "https:\/\/cloud.domain.tld",
"dbtype": "mysql",
"version": "12.0.4.3",
"dbname": "nextcloud_stable",
"dbhost": "192.168.7.244",
"dbtableprefix": "nc_",
"dbuser": "***REMOVED SENSITIVE VALUE***",
"dbpassword": "***REMOVED SENSITIVE VALUE***",
"logtimezone": "UTC",
"installed": true,
"trusted_proxies": [
"192.168.7.241",
"192.168.7.245"
],
"overwriteprotocol": "https",
"overwritehost": "cloud.domain.tld",
"overwritewebroot": "\/",
"mail_from_address": "cloud",
"mail_smtpmode": "smtp",
"mail_domain": "wijman.net",
"memcache.local": "\\OC\\Memcache\\Redis",
"filelocking.enabled": true,
"memcache.locking": "\\OC\\Memcache\\Redis",
"redis": {
"host": "localhost",
"port": 6379
},
"maintenance": false,
"log_type": "owncloud",
"logfile": "\/var\/log\/nextcloud-stable.log",
"loglevel": 0,
"log_rotate_size": "104857600",
"mail_smtpauthtype": "PLAIN",
"mail_smtpauth": 1,
"mail_smtphost": "smtp.domain.tld",
"mail_smtpport": "587",
"mail_smtpname": "***REMOVED SENSITIVE VALUE***",
"mail_smtppassword": "***REMOVED SENSITIVE VALUE***",
"htaccess.RewriteBase": "\/",
"htaccess.IgnoreFrontController": true,
"updater.server.url": "https:\/\/updates.nextcloud.org\/updater_server\/",
"filesystem_check_changes": 1,
"enable_previews": true,
"preview_max_x": 800,
"preview_max_y": 800,
"preview_max_scale_factor": 4,
"skeletondirectory": "\/media\/nextcloud\/skeleton",
"session_keepalive": true,
"activity_expire_days": 365,
"mail_smtpsecure": "tls",
"enabledPreviewProviders": [
"OC\\Preview\\PNG",
"OC\\Preview\\JPEG",
"OC\\Preview\\GIF",
"OC\\Preview\\BMP",
"OC\\Preview\\XBitmap",
"OC\\Preview\\MP3",
"OC\\Preview\\TXT",
"OC\\Preview\\MarkDown",
"OC\\Preview\\PDF"
],
"asset-pipeline.enabled": true,
"share_folder": "\/Shares",
}
}
Steps to reproduce
Expected behaviour
Normal view with same colour for the menu bar

Actual behaviour
The menu bar shows some overlay which changes partly the colour of icons and background:

I know it is vague but the 2 right icons and background have a different colour compared to the left part.
I have found that if I disable "height: 44px" from the "appmenu" style it shows it correctly (as shown in Expected behaviour)
I found it in "nextcloud/core/css/header.scss" line 455 is adds the height. When I remove this line (and clear the cache) it shows the menu bar as normal. It also pushes the icons up 1 pixel, making the indicator arrow aligned with the bottom of the menu bar.
Server configuration
Operating system: Debian 8
Web server: Apace 2.4.18
Database: MySQL 5.5.53
PHP version: 7.0.22
Nextcloud version: 12.0.4
Updated from an older Nextcloud/ownCloud or fresh install: Update from 12.0.3
Where did you install Nextcloud from: CLI
Signing status:
Signing status
List of activated apps:
App list
Nextcloud configuration:
Config report
Are you using external storage, if yes which one: local
Are you using encryption: no
Client configuration
Browser: Chrome 63.0.3239.108
Operating system: Debian 8