Log in above or sign up
Back to overview Forget password
Back to overview
Suggestion regarding the "Save" button on pop-ups. Can we change it to green? It looks like it's grayed out and inactive.
Status changed to: Live
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; }
Status changed to: In progress
Can we have it so that we can input a hex value for button color instead to thus suit everyone?
Status changed to: Planned
Activity Newest / Oldest
Alex Contes
Status changed to: Live
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;
}
Alex Contes
Status changed to: In progress
Julian
Can we have it so that we can input a hex value for button color instead to thus suit everyone?
Alex Contes
Status changed to: Planned