marius-wieschollek/passwords-webextension

[Server Theme] Background not detected: Background always light blue in E2E-Password "login" dialog

Closed this issue · 2 comments

System Information

  • Extension Version: 2.2.3
  • App Version: 2021.12.20 (Nextcloud 22.2.6.2)
  • Browser and Version: Brave Version 1.37.109 Chromium: 100.0.4896.60 (Offizieller Build) (64-Bit)
  • Client OS and Version: Windows 10

Steps to reproduce

  1. customize the color/background in Nextcloud ("Settings" -> "Design")
    image
  2. set end to end encryption password in Nextcloud Passwords (printscreen from web interface)
    image
  3. Set up server in web extension, restart browser.
    A login window is displayed to enter the end to end encryption password for Passwords.
    image

I deleted the server from the extension and set up the connection again using the app-password with no change.

Expected result

The background color of the dialog should reflect the background color of the server.

Actual result

The background color is light blue.

Browser log

Browser log
no output

I just tried the same extension with official Chrome Version 100.0.4896.60 (Official Build) (64-bit) with the same behaviour.

I also found this helper function:
ThemeCssVarsHelper.js:L26
but I could not find where the function gets the content from...

I changed and reset the background color on the server side.
This solved the issue for me.