Article Details
Id:16225
Product:finPOWER Connect
Type:NEW
Version:3.02.00
Opened:04/07/2019
Closed:04/07/2019
Released:15/08/2019
Job: J022579

HTML Widgets; Template Text can now use LESS for better CSS styling

LESS can now be used in place of CSS in HTML Widgets to provide a more stuctured way to define Style Sheets, e.g.:

<style type="text/less">
body {
  border:4px solid red;
  
  > div > div.section {
    border:4px solid green;
  }
}
</style>

The following built-in LESS constants are available:

  • @MainColourBackground
  • @MainColourForeground
  • @ContrastColourBackground
  • @ContrastColourForeground