I am trying to apply a style to a specific element ie. elements with a value of Priority 1 should be red and Priority 3 should be green
Is there a way for me to apply a conditional styling in css? I cannot change the html or alter it.
here is the css code:
.priorityDerived_shortCodeCell{
background: none repeat scroll 0 0 #EC1818 !important;
}
Thanks in advance