Support Article
Icons not visible on the PEGA OOTB report schedule screen
SA-22982
Summary
Add and Delete icons are not visible on the Pega 7 out-of-the-box (OOTB) report schedule screen for the property - pySubscribers autocomplete control.
Error Messages
Not Applicable.
Steps to Reproduce
Open the Pega 7 OOTB report scheduler screen in the user portal.
Root Cause
The color of page background and icons are same. As a result, the icons are not visible.
Resolution
Add the below CSS in UserWorkForm or your custom style CSS file:
<style>
div#RULE_KEY[node_name="pyTaskOutputProcessing"] button#RLAdd,div#RULE_KEY[node_name="pyTaskOutputProcessing"] button#RLDel{
color: blue;
}
</style>
Published May 13, 2016 - Updated October 8, 2020
Have a question? Get answers now.
Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.