2

1

Would it be possible to make links in the case-list to cases that are marked as unread for a person bold font?

I am color-blind, in a way that makes contrast a bit hard to notice some times and the color of unread links and read links is mostly indistinguishable to me.

flag

1 Answer

4

If you'd like unread cases links to be bold, you can use the following BugMonkey CSS:

a.vb { font-weight: bold; }

You could also opt to just make the links a different color, using something like

a.vb:link, a.vb:visited, body .favoritesPopup a.vb:link, 
body .favoritesPopup a.vb:visited 
{ color: red; }
link|flag

Your Answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.