Notifications
Clear all
6 Forums 829 Topics 3,280 Posts 2 Online 3,047 Members

Resolved Answered/Unanswered topics looks the same. Not Bold

2 Posts
2 Users
0 Reactions
165 Views
Posts: 1
Topic starter
(@dali)
Member
Joined: 3 years ago

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


1 Reply
Posts: 1185
Admin
(@stevland)
Member
Joined: 10 years ago

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:


Reply
Share: