I have extended the production floor execution form and added a few controls.
The styling is off and i need to add some styling for the controls i have added.
I have created the .LESS files for them, but it doesn't seem to get picked up.
I assume one of the CSS files in the folder "K:\AosService\PackagesLocalDirectory\ApplicationSuite\WebContent\less" will have the name of my control in there somewhere ?
What could i be missing?
form[data-dyn-form-name="JmgProductionFloorExecutionReportProgress"] {
div[data-dyn-controlname="MY_CONTROL1_INT"] {
align-self: center;
color: greenyellow;
}
}