Site logo

Archived topic

Style for "Conditional formatting"

3 replies · Started by Jens on May 19, 2022

Viewing posts 1–4 of 4

Hi,

I add a "Conditional formatting" a row.

Settings:
If call value | = | "Yes" | Set row CSS Class | highlight

Style:
table.wpDataTable tr.highlight td {
background-color: #e0faca !important;
}

Only a style with "!important" works.
Now I would like a different sytle with a mouse hover. But that dosen't works because I had to us "!important" by the root class "highlight".

You have an idea, how I can implement an mouse hover in a Conditional formatting?

Best regards
Jens

Thank you. I found a solution.

No problem :)

This archived topic is closed to new replies.