Article Details
Id:22353
Product:finPOWER Connect
Type:NEW
Version:6.00.02
Opened:06/11/2025
Closed:06/11/2025
Released:11/12/2025
Job: J036190
High Importance

HTML Widgets; User Dashboard 1; Updated to support Dark Mode

The User Dashboard 1 HTML widget has been updated to support Dark Mode and utilise more of the new theming colours.

The following HTML Widget has been updated:

  • HtmlWidget_UserDashboard1
    • Version: 1.12 (06/11/2025)

This widget is commonly used as a base for custom dashboards. Custom widgets can be updated by replacing the <style> block at the top of the Template Text providing they haven't added their own custom styles to this block or modified the original ones.

When updating the CSS is not a simple copy/paste, developers should look for the use of CSS variables (e.g., background-color: var(--background-default) in the User Dashboard 1 widget and apply similar changes to their CSS

NOTE: Widget Scripts now have a "Dark Mode is not supported by this HTML Widget" checkbox on the Options page. This should be checked for any widgets experiencing Dark Mode style issues.