Is there a way to override color derived from a CSS class in tag.
Background:
I am working in a packaged environment (ERP) and I have a need to customize colors for Table columns – e.g. Green if Number is between 0 to 100, Blue if 100-200 etc.
The standard out of box for this software has grouped all numbers under one class called “NUMBER” and below is the line of code that is generated .
<span class="NUMBER" title="550">550</span>
The only thing I can change through customizing is the value (550) and I would like to know if there is any way I can override the Color that is derived from “NUMBER” class.
Thank you for looking int this.
Regards,
Aarpi.
You can use
styleattribute. E.g.Basically, you can override any property defined in the class.
Or you can change contents like this: