CSS Not Applying to Data Repeater Add Button?

Greetings,

I have a custom CSS being uploaded to Decisions to change the appearance of my forms. I've added CSS classes for the form controls and buttons, and they all change to the color and style I want. However, when I disable buttons on the form, the greyed-out appearance applies to all the other buttons except the Data Repeater Add Button in the form. Is there any reason why this would be the case?

Comments

  • Hello there!

    This behavior is must likely because a separate class must be added to the Data Repeater Add/Remove buttons. The class that is specific to the Data Repeater add button is:

    "dataRepeaterAddButtonHolder"

    Likewise, the one for the Data Repeater Remove Button is:

    "dataRepeaterRemoveButtonHolder"

    Adding these classes to you CSS file should resolve your issue.

    -Gregory, Decisions Support

Sign In or Register to comment.