Hi @itcubed,
I have been working intimately with osTicket for close to a decade now, and people keep making me aware of features that I had no idea existed.
The ability to highlight rows based on conditions is something I hadn’t stumbled upon.
In any event, it turns out this is a super simple fix.
I will include this in future releases, but if you want to implement it now add the following to Admin Panel > Theme > Custom CSS:
td.osta_priority div {
display: none;
}
That’s it!
I see a couple of other minor glitches with the conditional highlighting on that I will try to resolve for the next release.