Article Details
Id:15750
Product:finPOWER Connect
Type:NEW
Version:3.01.10
Opened:17/12/2018
Closed:21/12/2018
Released:05/02/2019
Job: J021682

HTML Widgets and Portals; Theming CSS can now be in LESS format

The CSS used to customised HTML Widgets can now be LESS-formatted CSS.

This is is used in the following places:

  • finPOWER Connect Cloud Configuration, Theme, HTML Widgets page
  • Portals form, HTML Widgets page

This has many advantaged in cluding the ability to nest styles, e.g.:

.myStyle {
  border:2px solid red;

  > .mySubStyle {
    border:4px solid green;
  }
}