2

Change Button Color to Green

  • Live

A
Alex Contes

Suggestion regarding the "Save" button on pop-ups. Can we change it to green? It looks like it's grayed out and inactive.

A

Activity Newest / Oldest

A

Alex Contes

Status changed to: Live

A

Alex Contes

This is completed. Default button color is now green and it is fully customizable using the following Custom CSS:

.rg-dialog-button-save {
background: #48bb78;
}

.rg-dialog-button-save:hover {
background: #39ac69;
}


A

Alex Contes

Status changed to: In progress

J

Julian

Can we have it so that we can input a hex value for button color instead to thus suit everyone?


A

Alex Contes

Status changed to: Planned