how to overwrite backround color csvalidation add on

Hi,
Now i am using csvalidation add on for my project it’s look good, but i want the default csvalidation backround color for red replaced to customized (textbox,passwordfield) if there any one else plz let me know how to overwrite the backround color i already try to css but is not change the color.

thanks
karthik

Not sure, but I took a look of the online demo and at least for TextField the addon adds valid, invalid and partial class names to the field depending on the validation status of the component.

Try .v-mycustomfield.invalid { background-color: pink; }