You are viewing limited content. For full access, please sign in.

Question

Question

Update color for svg symbol exclemation-in-circle from red to white

asked on June 16

I'm trying to get our form updated with ADA compliance. In doing so I see the tab has the warning symbol on validation. the issue is the color is red, but I want to default it to White. I know this is a Laserfiche specific icon, but is there a way to change the color either in the form's CSS or do I have to update the file directly in Laserfiche Forms?

 

 

0 0

Answer

SELECTED ANSWER
replied on June 16

You can try with below css style
fl-icon svg.lf-icon-page-tab-warning {
filter: brightness(0) invert(100%);
}

say if my tab background is green, it will look like below after applying:

Maybe there are other ways to do, as long as you find proper way to manipulate the dom element.

0 0

Replies

replied on June 17

that worked perfectly. Thank you

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.