Change button color of InlineAdd Confirm/Cancel?

Is it possible to change the button color of InLineAdd/Copy?Confirm button = light-green bg with checkmark
Cancel button = pink bg with X-mark

https://discourse.hkvstore.com/t/inspect-html-element-and-add-your-own-css-styles/6310/1

Can I use ListOptions_Rendered to insert “bg-green” into the class of AND ?
Or Jquery is recommended?

CSS is recommended.

i.fa-solid.fa-check.ew-icon{
	background-color: green;
}

I added this line to USER STYLES but the InlineAdd check icon background color doesn’t change to green, what am I doing wrong?

arbei wrote:

https://discourse.hkvstore.com/t/inspect-html-element-and-add-your-own-css-styles/6310/1

You may inspect the element in your browser and check why your CSS is not effective.