basenine 10/8/2025 6:45:43 PM Looking into this a little deeper today...
Currently available icons via font awesome are the fa-check and fa-xmark (amongst many others). In main.css folder --> _icons.scss, we have:
.ui-icon-check:before { content: '\f00c'; } and .ui-icon-cancel-job:before, .ui-icon-remove:before { content: '\f00d'; }
.ui-icon-close:before { content: '\f00d'; font-size: 2rem; }
Can we add the '\f00d' to a checkbox when 'Display as Graphics' is selected and the checkbox is 'false', please
|