Change Button Color
AnsweredDoes anyone know an easy way to change the color of the AgilePoint buttons? Mine are always green and I don't see a way to change that easily. Does it require CSS? If so, does anyone have that CSS to share?
Thanks

-
Official comment
Hi Sylvia,
You can use the below CSS snippet either as part of Global CSS,so that it is applicable to all applications across the platform or you can use it in the inline CSS Injector if your requirement is only for one application.
.popActionButtons {
background-color:red !important
}Thanks,
Varun Agasthya
Comment actions
Please sign in to leave a comment.
Comments
2 comments