[Resolved] Conditional Formatting Hyperlinks

    • March 30, 2021 at 9:12 am #7566
      K
      Kieranwest28
      Participant

      Hi,

      Design of osTicket now looks awesome thanks to you, really nice work on it!

      Just having an issue with conditional formatting.  I want Engineers to be able to see what a ticket hasn’t been answered yet by making the row bold or a subtle colour change. However when applying the format it seems if the Subject is set to be a link then the text formatting doesn’t apply to that section. I’ve attached a screenshot below that shows the difference between the two. 

    • March 31, 2021 at 12:52 am #7568
      K
      Kieranwest28
      Participant

      Seemed to solve this manually by adding some custom CSS to the theme. 

      table.list tbody td a {
      font-weight: inherit;
      }

You must be logged in to reply to this topic.