I have changed the ‘primary’ BUTTON color for buttons in a dhxWindow using:
.dhx_button–color_primary { color: #2c2047; }
This works BUT once clicked, it leaves a different color (faded) around the text. I have not been able to find an :after in CSS for this. What css style will I need to change the onClick color? Thank you.