node-red-dashboard icon indicating copy to clipboard operation
node-red-dashboard copied to clipboard

Dialog groups do not use chosen theme background

Open gemini86 opened this issue 11 months ago • 0 comments

Current Behavior

When the default theme is changed, or another theme is applied, dialog groups do not have the !important flag in their CSS to use the configured background color.

Image group background-color uses !important flag.

Image Dialog background-color does not use !important flag.

Setting the !important in the browser inspect pane displays the correct dialog group background color.

Expected Behavior

Dialog groups should use the configured theme colors just as all other groups do.

Steps To Reproduce

Set up a dark theme with a dark group background and deploy.

Environment

  • Dashboard version: 1.22.0
  • Node-RED version: 4.0.7
  • Node.js version: 20.18.1
  • npm version: 10.8.2
  • Platform/OS: Ubuntu 24.04.1 LTS
  • Browser: Chrome

Have you provided an initial effort estimate for this issue?

I am not a FlowFuse team member

gemini86 avatar Jan 17 '25 20:01 gemini86