[Resolved] Answered/Unanswered topics looks the same. Not Bold

    • September 18, 2024 at 12:38 am #21317

      Hi

      Answered/Unanswered topics look the same. Should unanswered/new topic be bold?

      Toggling between Mark as Answered / Mark as Unanswered should change it I guess?

       

      osTicket v1.18.1 // osTicket-1.18.1-Awesome-101

      PHP 8.1.12Thank you  // MySQL 8.0.39 // Apache/2.4.41 (Ubuntu) web server

       

      It works good on the original /support-old/scp/ theme

       

      Thank you

    • December 13, 2024 at 8:16 am #22056
      stevland
      Keymaster

      Hi Dalibor,

      As you have pointed out, in vanilla osTicket’s Ticket List, unanswered tickets (and tickets with a new reply) have a bold subject line. Which makes it really obvious.

      But I also feel that it is a really unattractive solution. The bold text also steals too much attention away from tickets that have been answered, but are still important nevertheless.

      That is why, years ago, I stopped using bold text in osTicket Awesome’s Ticket List and instead used this green icon to indicate that a ticket is unanswered or has a new reply:

      I feel that this strikes the right balance of being obvious without being overbearing and ugly.

      However, if you would like to restore osTicket’s default functionality of making the text bold, simply add the following to Admin Panel > Settings > Theme > Custom CSS:

      table.list td div[style="font-weight:bold"] a {
      font-weight: 600 !important;
      }

      After doing so your Ticket List will look like this:

You must be logged in to reply to this topic.